DMXzone Google Maps Support Product Page
Solved
Dynamic map shows wrong locations
Reported 11 years ago
1
has this problem
11 years ago Ed Stewart posted:
I have a dynamic map that used to work correctly, but lately some of the pinpoints have been migrating around the country. These inaccurate pinpoints display correctly from www.google.com/maps, but are in the wrong locations on my website with your extension.As a test, I created a 2nd page, hard-coding the addresses into the DMXZone Google Maps window. This static map correctly positions the pinpoints.
Dynamic Map: www.lifespringhomecare.com/Locations/default_dyn.asp
Static Map: www.lifespringhomecare.com/Locations/default.asp
Replies
Replied 11 years ago
11 years ago Ed Stewart replied:
Hello? Anybody home?
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Hi Ed,
I am not sure i understand your issue. The map shows exactly what is returned as addresses from your database.
I am not sure i understand your issue. The map shows exactly what is returned as addresses from your database.
Replied 11 years ago
11 years ago Ed Stewart replied:
No, it does not. The pinpoint near Phoenix, AZ is supposed to be Stephenville, TX, and the point near Wichita Falls, TX is supposed to be Oklahoma City, OK.
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Well your addresses have some unescaped html chars that are breaking it. For example:
"address": "2301-B W. South Loop<br>Stephenville, TX 76401"
should be
{"address": "2301-B W. South Loop Stephenville, TX 76401" -> without this <br> there..
"address": "2301-B W. South Loop<br>Stephenville, TX 76401"
should be
{"address": "2301-B W. South Loop Stephenville, TX 76401" -> without this <br> there..
Replied 11 years ago
11 years ago Ed Stewart replied:
You are correct; that was the issue. Thank you.