With Google maps V3. On this first test http://www.wangba.fr/test1.html the
map is setting up with 3 markers (see the page code):
["Port-au-Prince", 18.551426,-72.336845],
["Seoul", 37.586269,126.982498],
["Yaounde", 3.881587,11.516304]
And the map displays duplicated continents. Which is not a correct result.
The second test http://www.wangba.fr/test2.html the markers are the same but
listed in a different order:
["Port-au-Prince", 18.551426,-72.336845],
["Yaounde", 3.881587,11.516304],
["Seoul", 37.586269,126.982498]
And here the result is correct (no duplicated continents).
Is it a bug or a misunderstanding of the API from my part ? Where are the
explanations on how to manage these weird results ?
Thanks for your feedbacks
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/u02DzoDNZlYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.