I have a large non-map image that I want to allow people to view on a browser at multiple zoom levels. I want to display the image in google maps API or openlayer so that people can zoom in/out and pan. I was hoping i could then add additional layers to overlay things of interest on the image. I am looking at MapTiler to chop the image up into tiles that can be generated at multiple zoom levels, but I'm getting very confused...

MapTiler wants to know about the spatial reference system (SRS) for georeferencing of my my image files, and well I don't know what I'm supposed to tell it ;) I have no georeference data - I just want it to generate tiles for my image, and then allow me to display that image in google maps or openlayer. In addition, openlayers seems very dependant on georeference data..

Am I looking at the wrong solution, or are there any pointers to getting this to work? Can OpenLayers be used to display a custom set of image tiles at multiple zoom levels without georefence data?

link|improve this question

74% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Found the answer. It is possible in both OpenLayers and Google maps to display a custom map, providing your own tiles for the map...

This google groups posting details how you can use MapTiler to generate non-georeferenced images, which can then be shown on a OpenLayers image.

In MapTiler, you need to choose rastor image and then ensure that you don't add any georeferencing data to the image with MapTiler.

link|improve this answer
Thanks a lot for your answer! – Marc Dec 8 '11 at 11:49
feedback

If i get this right maybe google maps custom overlays will fit your needs?

link|improve this answer
Cheers, I had that information already, but was looking for more information about how to generate tiles that could then be used with google maps or openlayers – Matt Roberts Nov 23 '10 at 8:11
Sorry i misunderstood you – Argiropoulos Stavros Nov 23 '10 at 12:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.