I am trying to implement a homemade WMS with Openlayers. I only have one "level" of images with one resolution and I would like to add different zoom lvls with those images.
Is this possible just with Openlayers ?
|
I am trying to implement a homemade WMS with Openlayers. I only have one "level" of images with one resolution and I would like to add different zoom lvls with those images. Is this possible just with Openlayers ? |
|||||||||||||
|
|
OpenLayers.Map has the "client zoom" property that can help you creating zoom leves on the client side. See the sample: http://openlayers.org/dev/examples/clientzoom.html |
|||
|
|
|
The Image layer may be what you're looking for. See http://dev.openlayers.org/apidocs/files/OpenLayers/Layer/Image-js.html. |
|||
|
|