Skip to content

Commit 31b1dde

Browse files
Doldenburgamsterdamjasper-jager
authored andcommitted
Kaartlagen werken met nieuwe strucuur, ook python aangepast en mapfile.
1 parent 024355c commit 31b1dde

2 files changed

Lines changed: 52 additions & 52 deletions

File tree

private/gen_hr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def slugify(s: str) -> str:
175175
activiteiten_ves[1]::json ->> 'is_hoofdactiviteit' as is_hoofdactiviteit
176176
FROM benkagg_handelsregisterkvk_v3
177177
WHERE geometrie_rd IS NOT NULL
178-
AND activiteiten_ves[1]::json ->> 'is_hoofdactiviteit' = 'Ja';
178+
AND activiteiten_ves[1]::json ->> 'is_hoofdactiviteit' = 'Ja'
179179
"""
180180

181181
sql = " ".join(sql.split()) # Normalize whitespace.
@@ -196,7 +196,7 @@ def slugify(s: str) -> str:
196196
p("TEMPLATE", "fooOnlyForWMSGetFeatureInfo.html")
197197
p("PROCESSING", "CLOSE_CONNECTION=DEFER")
198198
p("STATUS OFF")
199-
p("LABELITEM", "naam")
199+
p("LABELITEM", "volledige_naam")
200200

201201
with block("PROJECTION"):
202202
q("init=epsg:28992")

0 commit comments

Comments
 (0)