user1281990
user1281990

Reputation: 11

Google Maps transparent image overlay

Im looking for some examples of a transparent fixed postion image that overlays a map. When moving the map, the transparent image should not move and the markers should appear on top of the image.

Does anyone know of any examples?

Upvotes: 1

Views: 5320

Answers (1)

Heitor Chang
Heitor Chang

Reputation: 6057

There's a way with a div on top of another one. It positions a + marker over the center of the map.

http://code.google.com/p/gmaps-samples-v3/source/browse/trunk/geocoder/getlatlng.html

the crosshair image is http://code.google.com/p/gmaps-samples-v3/source/browse/trunk/geocoder/crosshair.gif

Test here: http://jsfiddle.net/Q27DD/1/

Upvotes: 2

Related Questions