Re: [OpenLayers-Users] Google and GML layer

2007-12-13 Thread Arnd Wippermann
Hi, to transform my data from EPSG:31466 to EPSG:900913 with ogr2ogr, I have experienced the same shift. After some search i found this "Add 900913 EPSG code to cubewerks_extra file" (http://trac.osgeo.org/gdal/ticket/1868) and tried this. Now the reprojection returns the right values. With MapS

Re: [OpenLayers-Users] Google and GML layer

2007-12-06 Thread Jacolin Yves
Le Thursday 06 December 2007 15:37:53 Christopher Schmidt, vous avez ecrit : > On Thu, Dec 06, 2007 at 03:11:02PM +0100, Jacolin Yves wrote: > > Le Thursday 06 December 2007 14:58:46 Christopher Schmidt, vous avez ecrit : > > > On Thu, Dec 06, 2007 at 02:54:46PM +0100, Jacolin Yves wr= ote: > > > >

Re: [OpenLayers-Users] Google and GML layer

2007-12-06 Thread Christopher Schmidt
On Thu, Dec 06, 2007 at 03:58:40PM +0100, Jacolin Yves wrote: > Hi Christopher, > > I don't know if I understood what you mean but I tried in firebug console : You did, thanks. > >>> google.forwardMercator(4.812402,45.769954); > lon=535714.1400579594,lat=5743560.513581038 lon=535714.1400579594

Re: [OpenLayers-Users] Google and GML layer

2007-12-06 Thread Jacolin Yves
Le Thursday 06 December 2007 15:37:53 Christopher Schmidt, vous avez écrit : > On Thu, Dec 06, 2007 at 03:11:02PM +0100, Jacolin Yves wrote: > > Le Thursday 06 December 2007 14:58:46 Christopher Schmidt, vous avez ?crit?: > > > On Thu, Dec 06, 2007 at 02:54:46PM +0100, Jacolin Yves wrote: > > > > H

Re: [OpenLayers-Users] Google and GML layer

2007-12-06 Thread Christopher Schmidt
On Thu, Dec 06, 2007 at 03:11:02PM +0100, Jacolin Yves wrote: > Le Thursday 06 December 2007 14:58:46 Christopher Schmidt, vous avez ?crit?: > > On Thu, Dec 06, 2007 at 02:54:46PM +0100, Jacolin Yves wrote: > > > Hi, > > > > > > One ofmy friend is trying to create a map with a Google layer as > > >

Re: [OpenLayers-Users] Google and GML layer

2007-12-06 Thread Jacolin Yves
Le Thursday 06 December 2007 14:58:46 Christopher Schmidt, vous avez écrit : > On Thu, Dec 06, 2007 at 02:54:46PM +0100, Jacolin Yves wrote: > > Hi, > > > > One ofmy friend is trying to create a map with a Google layer as > > baseLayer and he added a GML layer. I converted his shapefile from WGS84

Re: [OpenLayers-Users] Google and GML layer

2007-12-06 Thread Christopher Schmidt
On Thu, Dec 06, 2007 at 02:54:46PM +0100, Jacolin Yves wrote: > Hi, > > One ofmy friend is trying to create a map with a Google layer as baseLayer > and > he added a GML layer. I converted his shapefile from WGS84 to > SphericalMercator with ogr then he converted it in GML file. > > The map is

[OpenLayers-Users] Google and GML layer

2007-12-06 Thread Jacolin Yves
Hi, One ofmy friend is trying to create a map with a Google layer as baseLayer and he added a GML layer. I converted his shapefile from WGS84 to SphericalMercator with ogr then he converted it in GML file. The map is ok except for the GML layer where there is still an y-offset. Do you know wha