I'am Creating a Simple map with several Markers. But if the Zoomlevel
is to high the markers are not displayed.
If I use the normal marker Image it works. But if I use a custom image
the Marker is not displayed on a high zoomlevel. The image path is
correct. Any Idea?

the Code Snippet:

Works:

punkteNeu[imei] = new google.maps.Marker({
                position: punkteNeu[imei],
                map: map
});

Works not:

var image = '/bilder/beachflag.png';
punkteNeu[imei] = new google.maps.Marker({
                position: punkteNeu[imei],
                map: map,
                icon: image
});

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to