[Users] Geoexplorer and Google Mercator

Nabil Servais nabil.servais at gmail.com
Thu Apr 29 15:13:09 CEST 2010


Hello, 

I don't if it's the good mailing list but I've found the svn of GeoExplorer here. I'm trying to change by default but it don't work at all, but I think the request to the WMS server is wrong.

http://suite.opengeo.org/geoserver/wms?SERVICE=WMS&LAYERS=World&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&FORMAT=image%2Fpng&TRANSPARENT=true&VERSION=1.1.1&REQUEST=GetMap&STYLES=&TILED=false&SRS=EPSG%3A900913&BBOX=92,-268,452,92&WIDTH=256&HEIGHT=256

(The bbox seems wrong no?)

And here my piece of code for configuring GeoExplorer : 

               map: {
                   layers: [{
                       name: "World",
                       title: "World",
                       source: "demo",
                       group: "background"
                   }],
                   center: [0, 0],
                   projection : "EPSG:900913",
                   zoom: 20,
                   units: "m"
               }

Is the parameters are good? Do I have to hack GeoExplorer for it supports the EPSG:900913 (and other EPSG)?

Thanks in advance.



More information about the Users mailing list