Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can also use map interface to display images over map. E.g. in google you can use <a href="http://code.google.com/intl/cs/apis/maps/documentation/javascript/overlays.html#GroundOverlays" rel="nofollow">Ground overlays</a> or <a href="http://code.google.com/intl/cs/apis/maps/documentation/javascript/overlays.html#CustomOverlays" rel="nofollow">Custom overlays</a> from <a href="http://code.google.com/intl/cs/apis/maps/documentation/javascript/reference.html" rel="nofollow">Google maps API v3</a> - there is a very good documentation with examples (<a href="http://code.google.com/intl/cs/apis/maps/documentation/javascript/examples/groundoverlay-simple.html" rel="nofollow">ground overlay</a>, <a href="http://code.google.com/intl/cs/apis/maps/documentation/javascript/examples/overlay-simple.html" rel="nofollow">custom overlay</a>). Ground overlays seem to be simpler, you just put an image over the map and specify corner coordinates. Custom overlays allow for more functionality, but are more complex to use.</p> <p>Or you can use the approach sketched by neko - tile the layer and use <a href="https://developers.google.com/maps/documentation/javascript/reference?hl=cs#ImageMapType" rel="nofollow"><code>google.maps.ImageMapType</code> interface</a>. But for smaller images I think the ground/custom overlays are much simpler solution.</p> <p>You can also use opensource map interfaces like <a href="http://openlayers.org/" rel="nofollow">http://openlayers.org/</a> to accomplish the same thing as google does in a similar way (if you want to get rid of Google logo :-)).</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload