-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP: binnenhavenwater set up * Toevoegen kaartlaag binnenhavenwater, ready voor prd
- Loading branch information
1 parent
41d39e9
commit 4dbade5
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
MAP | ||
NAME "binnenhavenwater" | ||
INCLUDE "header.inc" | ||
WEB | ||
METADATA | ||
"ows_title" "Binnenhavenwater" | ||
"ows_abstract" "Dataset die weergeeft binnen welk gebied in Amsterdam men binnenhavengeldplichtig is." | ||
"ows_onlineresource" "MAP_URL_REPLACE/maps/binnenhavenwater" | ||
|
||
END | ||
END | ||
|
||
#============================================================================================== | ||
|
||
LAYER | ||
NAME "binnenhavenwater" | ||
GROUP "binnenhavenwater" | ||
INCLUDE "connection/dataservices.inc" | ||
DATA "geometry FROM public.water_binnenhavenwater USING srid=28992 USING UNIQUE id" | ||
TYPE POLYGON | ||
TEMPLATE "empty" | ||
PROJECTION | ||
"init=epsg:28992" | ||
END | ||
|
||
METADATA | ||
"ows_title" "Binnenhavenwater" | ||
"ows_abstract" "Dataset die weergeeft binnen welk gebied in Amsterdam men binnenhavengeldplichtig is." | ||
"wms_group_title" "Binnenhavenwater" | ||
"gml_featureid" "id" | ||
"gml_geometries" "geometry" | ||
"gml_geometry_type" "multipolygon" | ||
"gml_include_items" "all" | ||
"gml_types" "auto" | ||
"wms_include_items" "all" | ||
END | ||
|
||
CLASS | ||
NAME "binnenhavenwater" | ||
TITLE "Binnenhavenwater" | ||
STYLE | ||
ANTIALIAS true | ||
COLOR "#4c8fbc" | ||
OPACITY 20 | ||
END | ||
STYLE | ||
OUTLINECOLOR "#4c8fbc" | ||
WIDTH 2 | ||
END | ||
END | ||
END | ||
|
||
END |