Skip to content

Instantly share code, notes, and snippets.

@frewsxcv
Created January 6, 2012 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frewsxcv/1572197 to your computer and use it in GitHub Desktop.
Save frewsxcv/1572197 to your computer and use it in GitHub Desktop.
test mapfile
MAP
NAME "test"
EXTENT -120.73 35.254 -120.589 35.327
SIZE 800 800
IMAGETYPE png
PROJECTION
"init=epsg:4326"
END
WEB
METADATA
"wms_title" "WMS Demo Server"
"wms_onlineresource" "http://localhost/cgi-bin/mapserv?map=aerial.map&"
"wms_srs" "EPSG:4326"
"wms_enable_request" "*"
END
END
LAYER
NAME "my tif"
TYPE RASTER
STATUS ON
DATA "/home/coreyf/aerials/new.tif"
METADATA
"wms_title" "my tif layer"
END
END
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment