[Mapserver-users] proj.4 stuff

Bob Basques bob.basques at ci.stpaul.mn.us
Fri Apr 23 13:56:36 EDT 2004


>
> For the MAP file below, this is the Request I'm trying to send:

Oops, forgot the map file . . . .

>
>
## 
http://<server>/cgi-bin/mapserv?mapext=578671+151667.5+580671+153167.5&mapsize=500+375&map=../html/raster/tlg01.map&mode=map

MAP
  NAME 'test'
  SIZE 800 650
  STATUS ON
  EXTENT 332000 -18000 678000 328000
  UNITS FEET

  PROJECTION
    ##"init=epsg:26915"
    "proj=utm"
    "zone=15"
    "ellps=GRS80"
    "datum=NAD83"
    "units=m"
    "no_defs"
  END

  LAYER
    NAME 'tlg01'
    DATA './data/tlg01/tlg_roads_l'
    STATUS DEFAULT
    TYPE LINE

    PROJECTION
      "proj=lcc"
      "lat_1=44.88333333333333"
      "lat_2=45.13333333333333"
      "lat_0=44.79111111111111"
      "lon_0=-93.38333333333334"
      "x_0=152400.3048"
      "y_0=30480.06096"
      "a=6378418.941"
      "b=6357033.31"
      "to_meter=0.3048006096012192"
      "no_defs"
    END
  END

END ## end Map




More information about the mapserver-users mailing list