Re: [OpenLayers-Users] Overlay on Google

2009-06-22 Thread moony
Hi all, I want to use Google Maps as baselayer and overlay wms, which are delivered by ArcGIS Server. OpenLayers is always using epsg:900913, but ArcGIS Servers uses epsg: 102113 for the google projection. How can I force OpenLayers to use epsg: 102113 instead of epsg: 900913? Defining the

Re: [OpenLayers-Users] Overlay on Google

2009-06-22 Thread Andreas Hocevar
2009/6/22 toni hernández tonidelaca...@gmail.com: You should configure ArcGIS to serve 900913. I do not even know if that is possible. I guess it is. If you cannot configure it to server 900913, look for EPSG:3785. That is the official EPSG code for Spherical Mercator, but at the time that

Re: [OpenLayers-Users] Overlay on Google

2009-05-29 Thread moony
Hello List, I am trying to add an overlay on top of google maps using epgs:102113. But I got an error message, that the Paramenter 'src' contains unacceptable value. I am sorry, but I cannot see, what I am doing wrong, why it doesn't work. Thanks! var map; var webproj = EPSG:102113;

Re: [OpenLayers-Users] Overlay on Google

2009-05-29 Thread Guillaume Sueur
Hi, If you are talking about srs parameter, try to use : epsg:900913 regards, guillaume moony a écrit : Hello List, I am trying to add an overlay on top of google maps using epgs:102113. But I got an error message, that the Paramenter 'src' contains unacceptable value. I am sorry, but I

[OpenLayers-Users] Overlay on Google

2009-05-26 Thread moony
Hello, I have two baselayers. When I use basemap as baselayer, I could add the overlay, but with google as baselayer I got a error message Paramenter 'src' contains unacceptable value. The services are delivered by arcgis server 9.3. I cannot see my mistake. What did I forget? Below is my code.

Re: [OpenLayers-Users] overlay over Google layers, spherical mercator projection

2007-12-27 Thread Thomas Rokkjaer
A quick suggestion. Try renaming the quakes layer in a way that no greek characters are used. -- View this message in context: http://www.nabble.com/overlay-over-Google-layers%2C-spherical-mercator-projection-tp14458102p14523043.html Sent from the OpenLayers Users mailing list archive at

[OpenLayers-Users] overlay over Google layers, spherical mercator projection

2007-12-21 Thread Maria Panagou
Hi, I'm trying to built an openlayers app, displaying a Google maps base layer and a WMS layer. My Wms layer, based on Mapserver, was originally in WGS84 projection and didn't display correctly overlaid on the Google map (a slight y-axis shift). I decided to follow the spherical Mercator example,

Re: [OpenLayers-Users] overlay over Google layers, spherical mercator projection

2007-12-21 Thread Christopher Schmidt
On Fri, Dec 21, 2007 at 06:17:12PM +0200, Maria Panagou wrote: Hi, I'm trying to built an openlayers app, displaying a Google maps base layer and a WMS layer. My Wms layer, based on Mapserver, was originally in WGS84 projection and didn't display correctly overlaid on the Google map (a slight