I have built a page based on your map api. I have used different variable from you and have tried to change them in the sample javascript you gave. However When I click on 'Get Markers From DB' I get what appears to be a javascript error refering to a variable which I am unable to locate in the code...
The error is as follows:
pre
Uncaught ReferenceError: convert_address is not defined VM405:160
convertAddress VM405:160
Apperyio.DataSource.responseMapping.TRANSFORMATION VM405:157
Apperyio.RenderVisitor.$a.createClass.afterArrayElementVisit appery.js:842
Apperyio.RenderVisitor.$a.createClass.execNextPlanEntry appery.js:1115
executeMappingPlan appery.js:988
Apperyio.RenderVisitor.$a.createClass.visit appery.js:1008
Apperyio.DataSource.$a.createClass.updateComponents appery.js:1416
Apperyio.DataSource.$a.createClass.successHandler appery.js:1422
Apperyio.DataSource.$a.createClass.responseDataHandler appery.js:1450
proxy jquery-1.9.1.js:818
fire jquery-1.9.1.js:1037
self.fireWith jquery-1.9.1.js:1148
done jquery-1.9.1.js:8074
callback jquery-1.9.1.js:8598
/pre
This makes sense as I do not have a var called convert_address, mine is called convertAddress.
I can't seem to find the reference for convert_address anywhere.
Is there a way I can search my application for an occurrence of a string?
Thanks,
Terry