Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top