Re: [mapserver-users] Using mapserver with EPSG:900913

2008-08-26 Thread nbest
Does anyone have some JS that overlays a WMS serving EPSG:900913 images through the GMap API? I am aware of the tile mode available in MS 5.2 but at the moment I would have to break up with FWTools and I am hesitant to tinker with my server in that way. I took the projection description from

Re: [mapserver-users] Using mapserver with EPSG:900913

2008-08-26 Thread Christopher Schmidt
On Tue, Aug 26, 2008 at 12:32:47PM -0700, nbest wrote: Does anyone have some JS that overlays a WMS serving EPSG:900913 images through the GMap API? I've always just done this with TileCache: http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/ Do you really

Re: [mapserver-users] Using mapserver with EPSG:900913

2008-08-26 Thread Richard Greenwood
On Tue, Aug 26, 2008 at 6:16 PM, Christopher Schmidt [EMAIL PROTECTED] wrote: On Tue, Aug 26, 2008 at 05:21:48PM -0600, Richard Greenwood wrote: Type the following: new OpenLayers.LonLat(-71,42).transform(new OpenLayers.Projection(EPSG:4326), new OpenLayers.Projection(EPSG:900913));

Re: [mapserver-users] Using mapserver with EPSG:900913

2008-08-21 Thread Subha Ramakrishnan
Hi, Could you also check the map file and tell me if i am making a mistake there? This is the map file i am using. MAP NAME MAP_POINTS SIZE 725 800 IMAGETYPE PNG EXTENT 6679169.44667 -7.081154550627918 11131949.0 4865942.278825832 WEB METADATA wms_srs EPSG:4326 EPSG:900913 END

Re: [mapserver-users] Using mapserver with EPSG:900913

2008-08-21 Thread ritesh ambastha
I am not sure this will help or not I found two epsg files in my /usr/local/share/proj directory: epsg EPSG (in caps) I modify the values in both the files for my use. You can also try the same Regards, Ritesh Ambastha /usr/local/share/proj/epsg On Thu, Aug 21, 2008 at 5:41 PM, Subha