[GIS] Openlayers – Different zoom levels with a WMS layer and only one resolution

openlayers-2wms

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 ?

Best Answer

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