<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi, </DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm trying to overlay some wms-layers (with arcims) onto google maps&nbsp;and it's not possible&nbsp;to add a new&nbsp;epsg to the ArcIms, so i can't work with epsg900913 like in <A href="http://trac.openlayers.org/wiki/SphericalMercator">http://trac.openlayers.org/wiki/SphericalMercator</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>is there any other possibility?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is there a way to do this?</DIV>
<DIV><BR><BR>&gt;&gt;&gt; Richard Duivenvoorde &lt;rdmailings@duif.net&gt; 10/25/07 11:44 &gt;&gt;&gt;<BR><BR>Ok FIXED.... I can confirm myself now. Stuff lines up ok.<BR><BR>Old mistake: epsg:900913 was ok, but the string for the source <BR>projection was wrong on the server (old dutch 28992 problem :-( )<BR><BR>Lining up beautifull now!<BR><BR>Richard D<BR><BR>Richard Duivenvoorde wrote:<BR>&gt; Hi List,<BR>&gt; <BR>&gt; I'm trying to overlay a google map with data from postgis database <BR>&gt; (roads). On larger scale things seem to be ok, but when zoomed in at <BR>&gt; 'meters' scale, roads do not match:<BR>&gt; <A href="http://www.duif.net/900913">http://www.duif.net/900913</A>-mismatch.jpg<BR>&gt; <BR>&gt; Question: has somebody experienced this? Or does somebody have an <BR>&gt; example of perfect matching of two layers?<BR>&gt; <BR>&gt; When I look at the multimap mercator example:<BR>&gt; <A href="http://www.openlayers.org/dev/examples/multimap">http://www.openlayers.org/dev/examples/multimap</A>-mercator.html<BR>&gt; zooming in at for example Amsterdam, The Netherlands, I see about the <BR>&gt; same mismatch??<BR>&gt; <BR>&gt; my code:<BR>&gt; <BR>&gt;&nbsp;&nbsp; var options = {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; projection: "EPSG:900913",<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; units: "m",<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxResolution: 156543.0339,<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxExtent: new OpenLayers.Bounds(-20037508, -20037508,<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20037508, 20037508.34)<BR>&gt;&nbsp;&nbsp;&nbsp; };<BR>&gt;&nbsp;&nbsp;&nbsp; map = new OpenLayers.Map('map', options);<BR>&gt;&nbsp;&nbsp;&nbsp; var layer = new OpenLayers.Layer.Google( "Google Hybrid", {type: <BR>&gt; G_HYBRID_MAP, 'sphericalMercator': true});<BR>&gt;&nbsp;&nbsp;&nbsp; map.addLayer(layer);<BR>&gt; <BR>&gt;&nbsp;&nbsp;&nbsp; layer = new OpenLayers.Layer.WMS( "roads", <BR>&gt; 'http://localhost/cgi-bin/mapserv.exe?map=test.map&amp;', {layers: 'roads', <BR>&gt; 'format':'image/gif', TRANSPARENT:true}, {'buffer': 0, isBaseLayer: <BR>&gt; false, singleTile: true} );<BR>&gt; <BR>&gt; Tried both reprojecting the data in postgis, using<BR>&gt; +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 <BR>&gt; +k=1.0 +units=m +nadgrids=@null +no_defs<BR>&gt; OR<BR>&gt; let mapserver reproject the data. Both give about the same shifts...<BR>&gt; <BR>&gt; TIA<BR>&gt; <BR>&gt; Richard Duivenvoorde<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; Users mailing list<BR>&gt; Users@openlayers.org<BR>&gt; <A href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</A><BR>&gt; <BR>&gt; <BR><BR>_______________________________________________<BR>Users mailing list<BR>Users@openlayers.org<BR><A href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</A><BR></DIV></BODY></HTML>