-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathonderhoudsplicht_percelen.map
More file actions
70 lines (66 loc) · 2.52 KB
/
onderhoudsplicht_percelen.map
File metadata and controls
70 lines (66 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
MAP
NAME "onderhoudsplicht_percelen"
INCLUDE "header.inc"
WEB
METADATA
"team" "BOR"
"ows_title" "Onderhoudsplicht percelen"
"ows_abstract" "Onderhoudsplicht percelen t.b.v.de applicatie GISIB"
"ows_onlineresource" "MAP_URL_REPLACE/maps/onderhoudsplicht_percelen"
END
END
#==============================================================================================
LAYER
NAME "onderhoudsplicht_percelen"
INCLUDE "connection/dataservices.inc"
GROUP "onderhoudsplicht_percelen"
STATUS ON
PROJECTION
"init=epsg:28992"
END
DATA "geometrie FROM (
SELECT
bbv.geometrie_vlak AS geometrie,
bbv.kadastraalobject_id AS id
FROM public.benkagg_brkkaartlaageigenaren_v1 bbv
WHERE bbv.subject_categorie = 'Gemeente Amsterdam'
AND NOT EXISTS (
SELECT 1
FROM public.benkagg_brkkaartlaagerfpachtuitgevers_v1 bbv2
WHERE bbv2.kadastraalobject_id = bbv.kadastraalobject_id
)
) AS subq USING srid=28992 USING UNIQUE id"
TYPE POLYGON
TEMPLATE "fooOnlyForWMSGetFeatureInfo.html"
MINSCALEDENOM 100
MAXSCALEDENOM 15000
METADATA
"gml_include_items" "all"
"wms_title" "Beheergebied Amsterdam"
"wms_enable_request" "*"
"wms_group_title" "Onderhoudsplicht Percelen"
"wms_abstract" "Onderhoudsplicht Percelen t.b.v.de appliacatie GISIB"
"wms_srs" "EPSG:28992"
"wms_name" "Beheergebied Amsterdam"
"wms_format" "image/png"
"wms_server_version" "1.3.0"
"wms_extent" "100000 450000 150000 500000"
"gml_featureid" "id"
"gml_geometries" "geometrie"
"gml_geometry_type" "polygon"
"gml_include_items" "all"
"gml_types" "auto"
"wms_include_items" "all"
END
CLASS
NAME "Beheergebied Amsterdam"
STYLE
COLOR "#c3aafb"
OPACITY 35
OUTLINECOLOR "#c3aafb"
WIDTH 1
LINEJOIN bevel
END
END
END
END