I need to replace a 'Global Imangery' basemap into Google maps.
However if I replaced it with "Openlayers.Layer.Google" , that would use map projection of EPSG:3857 (900913) . But I'm working with EPSG: 4326.
This is how the Global Imangery is defined :
layers: [ new OpenLayers.Layer.WMS("Global Imagery (OpenGeo) [Online]", "http://maps.opengeo.org/geowebcache/service/wms", { layers: "bluemarble" },{
isBaseLayer: true, visibility: false } ) ]
Is there a way to replace it into Google Maps with EPSG:4326 , while keeping the same definition structure?
أكثر...
However if I replaced it with "Openlayers.Layer.Google" , that would use map projection of EPSG:3857 (900913) . But I'm working with EPSG: 4326.
This is how the Global Imangery is defined :
layers: [ new OpenLayers.Layer.WMS("Global Imagery (OpenGeo) [Online]", "http://maps.opengeo.org/geowebcache/service/wms", { layers: "bluemarble" },{
isBaseLayer: true, visibility: false } ) ]
Is there a way to replace it into Google Maps with EPSG:4326 , while keeping the same definition structure?
أكثر...