Hi all, I am having a hard time getting my OpenLayers web client to zoom in
past Scale = 1 : 1066. Here are my map options:
var options = {
                projection: new OpenLayers.Projection("EPSG:900913"),
                displayProjection: new OpenLayers.Projection("EPSG:4326"),
                units: "m",
                numZoomLevels: 20,
                maxResolution: 136543.0339,
                //minResolution: 0.0000002,
                maxExtent: new OpenLayers.Bounds(-20037508, -20037508,
                                                 20037508, 20037508.34)
            };
 var google = new OpenLayers.Layer.Google( "Google Maps",
     {
     'sphericalMercator': true
     }
);

I am overlaying a few WMS layers on top of a Google base map. The WMS layers
go through Geowebcache (which in turn targets Mapserver), but removing those
and just having the base map does not fix the problem at all.

Any Ideas?

Thanks,

Robert
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to