Created
December 6, 2012 10:40
-
-
Save fritzvd/4223583 to your computer and use it in GitHub Desktop.
Mapfile example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAP | |
NAME "whatever" | |
WEB | |
IMAGEPATH "/www/" | |
IMAGEURL "/www/" | |
METADATA | |
"wms_title" "whatever" | |
"wms_enable_request" "*" | |
"wms_onlineresource" "http://localhost/cgi-bin/mapserv?mapfile=/var/www/thisfile.map&" | |
"wms_srs" "epsg:28992" | |
END | |
END | |
#FONTSET "/var/maps/fontset.txt" | |
PROJECTION | |
"init=epsg:28992" ##required | |
END | |
LAYER | |
NAME "world_poly" | |
DATA 'shapefile/countries_area.shp' | |
STATUS ON | |
TYPE POLYGON | |
CLASS | |
NAME 'The World' | |
STYLE | |
OUTLINECOLOR 0 0 0 | |
END # STYLE | |
END # CLASS | |
END # LAYER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment