Quantcast
Channel: GSAK Forum
Viewing all articles
Browse latest Browse all 75049

Google Maps V3 and corrected coordinates by arminus - 2013-12-03

$
0
0
I don't get it. Here's what I see in the source code of the generated page:

CODE
function localData() {
var latlng = new google.maps.LatLng(47.880333,12.101767);m1 = new google.maps.Marker({position: latlng, icon:U_e_icon, shadow:shadow, title:"...", draggable: false}); markers.push(m1);bounds.extend(latlng);
var latlng = new google.maps.LatLng(47.8675,12.116667);m2 = new google.maps.Marker({position: latlng, icon:U_e_icon, shadow:shadow, title:"...", draggable: false}); markers.push(m2);bounds.extend(latlng);


And that's it, no more markers.

According to my understanding there should be 4 markers, 2 original, 2 corrected. As you can see, there are just 2 and the choice if the markers reflect the original or corrected location seems to be arbitrary

Viewing all articles
Browse latest Browse all 75049

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>