Skip to content

Commit 7f57ff1

Browse files
committed
Fix generate scripts to include team
1 parent e2013f2 commit 7f57ff1

15 files changed

Lines changed: 21 additions & 15 deletions

beschermdestadsdorpsgezichten.map

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ MAP
88
INCLUDE 'header.inc'
99
WEB
1010
METADATA
11-
'team' 'SOEB'
11+
'team' 'SOEB'
1212
'ows_title' 'Beschermde stads- en dorpsgezichten'
1313
'ows_abstract' 'Kaart met gegevens over beschermde stads- en dorpsgezichten in de gemeente Amsterdam'
1414
'wms_extent' '100000 450000 150000 500000'
1515
END
1616
END
1717
LAYER
18-
NAME 'Gemeentelijk beschermd stadsgezicht'
18+
NAME 'Gemeentelijk beschermd stadsgezicht'
1919
PROJECTION
2020
'init=epsg:28992'
2121
END

bomen.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MAP
99
DEBUG 5
1010
WEB
1111
METADATA
12-
"team" "BOR"
12+
'team' 'BOR'
1313
'ows_title' 'Objecten openbare ruimte - bomen'
1414
'ows_abstract' 'Dataset met actuele informatie over de bomen in beheer van gemeente Amsterdam'
1515
'wms_extent' '100000 450000 150000 500000'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

2424
with block("WEB"):
2525
with block("METADATA"):
26+
q("team", "SOEB")
2627
q("ows_title", BSD_LONG)
2728
q(
2829
"ows_abstract",
2930
"Kaart met gegevens over beschermde stads- en dorpsgezichten in de gemeente Amsterdam",
3031
)
3132
q("wms_extent", "100000 450000 150000 500000")
32-
q("team", "SOEB")
3333

3434
for name, color in layers:
3535
with block("LAYER"):
@@ -64,4 +64,4 @@
6464
p("EXPRESSION", name)
6565

6666
with block("STYLE"):
67-
p("COLOR", color)
67+
p("COLOR", color)

gen_bomen.py.txt renamed to gen_bomen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
with block("WEB"):
3535
with block("METADATA"):
36+
q("team", "BOR")
3637
q("ows_title", "Objecten openbare ruimte - bomen")
3738
q(
3839
"ows_abstract",
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def slugify(s: str) -> str:
4747

4848
with block("WEB"):
4949
with block("METADATA"):
50+
q("team", "SOEB")
5051
q("ows_title", "Historische Bodeminformatie")
5152
q("ows_onlineresource", "MAP_URL_REPLACE/maps/historischebodeminformatie")
5253
q("ows_abstract", "Historische Bodeminformatie",)
@@ -238,4 +239,4 @@ def slugify(s: str) -> str:
238239
p("TYPE truetype")
239240
p("SIZE 8")
240241
p("POSITION AUTO")
241-
p("PARTIALS FALSE")
242+
p("PARTIALS FALSE")

gen_huishoudelijkafvalservicegebieden.py.txt renamed to gen_huishoudelijkafvalservicegebieden.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def slugify(s: str) -> str:
3232

3333
with block("WEB"):
3434
with block("METADATA"):
35+
q("team", "BOR")
3536
q("ows_title", "Huishoudelijkafval Servicegebieden")
3637
q("ows_onlineresource", "MAP_URL_REPLACE/maps/huishoudelijkafvalservicegebieden")
3738
q("ows_abstract", "Servicegebieden van huishoudelijkafvalcontainers",)
@@ -147,4 +148,4 @@ def slugify(s: str) -> str:
147148
p("SIZE 10")
148149
p("POSITION AUTO")
149150
p("PARTIALS FALSE")
150-
p("OFFSET -30 10")
151+
p("OFFSET -30 10")
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def slugify(s: str) -> str:
7676

7777
with block("WEB"):
7878
with block("METADATA"):
79+
q("team", "BOR")
7980
q("ows_title", "afvalcontainers")
8081
q("ows_abstract", "Kaart met gegevens over huishoudelijk afvalcontainers in Amsterdam")
8182
q("wms_extent", "4.58565 52.03560 5.31360 52.48769")
@@ -231,4 +232,4 @@ def slugify(s: str) -> str:
231232
p("SIZE 10")
232233
p("POSITION AUTO")
233234
p("PARTIALS FALSE")
234-
p("OFFSET -60 10")
235+
p("OFFSET -60 10")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
with block("WEB"):
3232
with block("METADATA"):
33+
q("team", "SVD")
3334
q("ows_title", "Overlastgebieden")
3435
q("ows_abstract", "Overlastgebieden")
3536

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def slugify(s: str) -> str:
6363

6464
with block("WEB"):
6565
with block("METADATA"):
66+
q("team", "BOR")
6667
q("ows_title", "Ziekte, plagen, exoten, groen")
6768
q(
6869
"ows_abstract",
@@ -275,4 +276,4 @@ def slugify(s: str) -> str:
275276
p("TYPE truetype")
276277
p("SIZE 10")
277278
p("POSITION AUTO")
278-
p("PARTIALS FALSE")
279+
p("PARTIALS FALSE")
File renamed without changes.

0 commit comments

Comments
 (0)