Created
February 7, 2014 14:03
-
-
Save pmauduit/8863131 to your computer and use it in GitHub Desktop.
mapfile - Mapserver inspire validation error
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 | |
EXTENT -180 -90 180 90 | |
IMAGECOLOR 192 192 192 | |
IMAGETYPE "png24" | |
NAME "World_Map" | |
SIZE 600 300 | |
STATUS ON | |
UNITS DD | |
OUTPUTFORMAT | |
NAME "png24" | |
MIMETYPE "image/png" | |
DRIVER "AGG/PNG" | |
EXTENSION "png" | |
IMAGEMODE RGB | |
TRANSPARENT FALSE | |
END # OUTPUTFORMAT | |
OUTPUTFORMAT | |
NAME "png" | |
MIMETYPE "image/png" | |
DRIVER "GD/PNG" | |
EXTENSION "png" | |
IMAGEMODE PC256 | |
TRANSPARENT FALSE | |
END # OUTPUTFORMAT | |
PROJECTION | |
"init=epsg:4326" | |
END # PROJECTION | |
LEGEND | |
KEYSIZE 18 12 | |
KEYSPACING 5 5 | |
LABEL | |
SIZE MEDIUM | |
COLOR 0 0 89 | |
OFFSET 0 0 | |
SHADOWSIZE 1 1 | |
TYPE BITMAP | |
END # LABEL | |
STATUS ON | |
END # LEGEND | |
QUERYMAP | |
SIZE -1 -1 | |
STATUS OFF | |
STYLE HILITE | |
END # QUERYMAP | |
SCALEBAR | |
IMAGECOLOR 255 255 255 | |
INTERVALS 4 | |
LABEL | |
SIZE MEDIUM | |
OFFSET 0 0 | |
SHADOWSIZE 1 1 | |
TYPE BITMAP | |
END # LABEL | |
SIZE 200 3 | |
STATUS OFF | |
UNITS MILES | |
END # SCALEBAR | |
WEB | |
IMAGEPATH "/tmp/" | |
IMAGEURL "/tmp/" | |
METADATA | |
"ows_onlineresource" "http://localhost/local-bin/mapserv?map=/home/yjacolin/Documents/Projets/support/mapserver_inspire/exemple_ifremer.map" | |
"ows_enable_request" "*" | |
"ows_title" "World Map" | |
ows_languages "fr" | |
ows_inspire_temporal_reference "2013-08-14" | |
ows_inspire_mpoc_name "Equipe Camptocamp" | |
ows_inspire_resourcelocator "http://www.camptocamp.com" | |
ows_inspire_mpoc_email "[email protected]" | |
ows_inspire_capabilities "embed" | |
# ows_inspire_capabilities "url" | |
ows_inspire_keyword "infoMapAccessService" | |
ows_keywordlist_ISO_items "infoMapAccessService" | |
ows_keywordlist_vocabulary "ISO" | |
ows_srs "CRS:84 EPSG:4326 EPSG:27582 EPSG:3395 EPSG:2154 EPSG:3857" | |
ows_abstract "Serveur wms test pour bug mapserver inspire" | |
ows_accessconstraints "None" | |
ows_contactperson "Equipe Camptocamp" | |
ows_contactelectronicmailaddress "[email protected]" | |
ows_contactorganization "Camptocamp" | |
ows_contactposition "distributor" | |
ows_keywordlist "Inspire, Données test, OGC, WMS, Camptocamp, ISO" | |
ows_fees "no conditions apply" | |
ows_inspire_view_service "true" | |
END # METADATA | |
END # WEB | |
LAYER | |
DATA "world_adm0.shp" | |
METADATA | |
"wfs_title" "world_adm0" | |
"wms_name" "surval_rephytox" | |
"wfs_srs" "EPSG:4326" # il faut obligatoirement un code epsg | |
"wfs_version" "1.0.0" | |
"gml_include_items" "all" | |
END # METADATA | |
NAME "world_adm0" | |
PROJECTION | |
"init=epsg:4326" | |
END # PROJECTION | |
STATUS DEFAULT | |
TILEITEM "location" | |
TYPE POLYGON | |
UNITS METERS | |
CLASS | |
NAME "world_adm0" | |
STYLE | |
ANGLE 0 | |
OFFSET 0 0 | |
OUTLINECOLOR 0 0 0 | |
SIZE 6 | |
END # STYLE | |
END # CLASS | |
END # LAYER | |
END # MAP | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment