Reputation: 1467
I can see mention, but no example of being able to use an image to create a Google Map (Or at least use their API). From what I can work out you can use the ImageMapType class in the API to create a map, instead of earth (or and area), an image like JPEG. Is this correct or am I barking up the wrong tree?
Upvotes: 1
Views: 90
Reputation: 5221
I found the tutorial I followed years ago. This should at least be a starting point... http://www.dicabrio.com/javascript/custom-world-google-maps.php
Upvotes: 1
Reputation: 1662
You might want to check out Leaflet JS for this. I've used it for custom tiles and it works well.
Upvotes: 1