On Thu, Oct 25, 2007 at 11:54:43AM +0200, Armin W??spy wrote: > Hi, > > I'm trying to overlay some wms-layers (with arcims) onto google maps and it's > not possible to add a new epsg to the ArcIms, so i can't work with epsg900913 > like in http://trac.openlayers.org/wiki/SphericalMercator > > is there any other possibility? > > Is there a way to do this?
If you don't have a need for small scale (very zoomed out) maps, then you can use the 'reproject' option on the Layer.Google, and have all your data in EPSG:4326, but some parts of OpenLayers like Vector drawing will not function correctly. It is possible to set up a second WMS server, like MapServer, to reproject your data, but that would not work very well if the data is vector data, since labels, etc. would be stretched. There is no way to have properly aligned data served in EPSG:4326 over the commercial data APIs. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
