Re: [mapserver-users] Custom Projections with WMS Server

2010-05-05 Thread Travis Kirstine
Thanks for your responses, As Jukka mentioned it is easy to add custom projections on the server side, however the client side it is application dependent, I was focused on GeoMedia and it looks as though you can create a coordinate system file (e.g. EPSG90091.csf )to recognize custom epsg from th

Re: [mapserver-users] Custom Projections with WMS Server

2010-05-04 Thread Rahkonen Jukka
Hi, It must be possible to add projections in a somehow similar way on the QGis side. QGis seems to come with a very similar proj directory as Mapserver. However, I do not know exactly how to add projections for QGis. -Jukka- Jan Hartmann wrote: > I tried this with QGIS, and it didn't work. A

Re: [mapserver-users] Custom Projections with WMS Server

2010-05-04 Thread Rahkonen Jukka
Hi, Sure, just edit the "epsg" projection file. Support for Google projection 900913 is added just this way by inserting a new line as # Google-projection <900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgri...@null +no_defs <> Then this new p

Re: [mapserver-users] Custom Projections with WMS Server

2010-05-04 Thread Jan Hartmann
I tried this with QGIS, and it didn't work. AFAICS QGIS only accepts well know EPSG numbers. Jan On 05/04/10 15:15, Travis Kirstine wrote: Is it possible to configure a wms server with custom projections (add a entry in the epsg file and mapfile) and have is available to client applications (A

[mapserver-users] Custom Projections with WMS Server

2010-05-04 Thread Travis Kirstine
Is it possible to configure a wms server with custom projections (add a entry in the epsg file and mapfile) and have is available to client applications (ArcGIS, GeoMedia, QGIS, etc...)? Regards ___ mapserver-users mailing list mapserver-users@lists.osge