Em 03-07-2012 12:38, Steve Way escreveu:
I would suggest setting the SRS of your map (EPSG:90913) in the WMS request also.

I've tried like that:


var ruas = new OpenLayers.Layer.WMS(
            'ruas',
            'http://localhost:8080/geoserver/it.geosolutions/wms',
            {layers: 'it.geosolutions:ruas',
            styles: 'line',
            srs: 'EPSG:900913',
            format: 'image/png',
            transparent: true
            },{isBaseLayer: false});


But doesn't work!

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

Reply via email to