I don't get it. Here's what I see in the source code of the generated page:
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
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