Re: [mapserver-users] Projection help

2019-08-01 Thread Jeff McKenna
P level you’d have:   PROJECTION     "init=epsg:3857" # web mercator   END --Steve *From:* mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Ian Walberg *Sent:* Wednesday, July 31, 2019 4:56 PM *To:* mapserver-users@lists.osgeo.org <mailto:m

Re: [mapserver-users] Projection help

2019-07-31 Thread Ian Walberg
27;d have: PROJECTION "init=epsg:3857" # web mercator END --Steve From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Ian Walberg Sent: Wednesday, July 31, 2019 4:56 PM To: mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.os

Re: [mapserver-users] Projection help

2019-07-31 Thread Ian Walberg
"init=epsg:3857" # web mercator END --Steve From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Ian Walberg Sent: Wednesday, July 31, 2019 4:56 PM To: mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org> Subject: [mapser

Re: [mapserver-users] Projection help

2019-07-31 Thread Lime, Steve D (MNIT)
nit=epsg:3857" # web mercator END --Steve From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Ian Walberg Sent: Wednesday, July 31, 2019 4:56 PM To: mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org> Subject: [mapserver-users]

Re: [mapserver-users] Projection help

2019-07-31 Thread Ian Walberg
.osgeo.org<mailto:mapserver-users@lists.osgeo.org> Subject: [mapserver-users] Projection help Hello, We have used different projections previously but cannot get them to work at the moment. All the examples we can find online look ok but do not make any difference to the generated map. A w

Re: [mapserver-users] Projection help

2019-07-31 Thread Lime, Steve D (MNIT)
rs-boun...@lists.osgeo.org] On Behalf Of Ian Walberg Sent: Wednesday, July 31, 2019 4:56 PM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] Projection help Hello, We have used different projections previously but cannot get them to work at the moment. All the examples we can find onli

[mapserver-users] Projection help

2019-07-31 Thread Ian Walberg
Hello, We have used different projections previously but cannot get them to work at the moment. All the examples we can find online look ok but do not make any difference to the generated map. A way of projecting the Natural Earth vector country outlines as Mercator would be a perfect example

Re: [mapserver-users] Projection help: proj command line

2008-06-30 Thread Matthew Pettis
That worked fantastically - Thank You Very Much! Matt On Mon, Jun 30, 2008 at 2:05 AM, Dirk Jesko <[EMAIL PROTECTED]> wrote: > Hi Matthew, > > try cs2cs instead of proj, e.g. > > cs2cs +init=epsg:26915 +to +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 [

Re: [mapserver-users] Projection help: proj command line

2008-06-30 Thread Dirk Jesko
Hi Matthew, try cs2cs instead of proj, e.g. cs2cs +init=epsg:26915 +to +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 [EMAIL PROTECTED] +wktext +no_defs With proj you have to do the inverse projection from epsg:26915 (your from projection) to latlon/

[mapserver-users] Projection help: proj command line

2008-06-29 Thread Matthew Pettis
Hi, This question is tangential to Mapserver, but critical to me nonetheless. I'm trying to reproject a shapefile in a mapfile from = PROJECTION "init=epsg:26915" END = to ==