We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024355c commit 31b1ddeCopy full SHA for 31b1dde
2 files changed
private/gen_hr.py
@@ -175,7 +175,7 @@ def slugify(s: str) -> str:
175
activiteiten_ves[1]::json ->> 'is_hoofdactiviteit' as is_hoofdactiviteit
176
FROM benkagg_handelsregisterkvk_v3
177
WHERE geometrie_rd IS NOT NULL
178
- AND activiteiten_ves[1]::json ->> 'is_hoofdactiviteit' = 'Ja';
+ AND activiteiten_ves[1]::json ->> 'is_hoofdactiviteit' = 'Ja'
179
"""
180
181
sql = " ".join(sql.split()) # Normalize whitespace.
@@ -196,7 +196,7 @@ def slugify(s: str) -> str:
196
p("TEMPLATE", "fooOnlyForWMSGetFeatureInfo.html")
197
p("PROCESSING", "CLOSE_CONNECTION=DEFER")
198
p("STATUS OFF")
199
- p("LABELITEM", "naam")
+ p("LABELITEM", "volledige_naam")
200
201
with block("PROJECTION"):
202
q("init=epsg:28992")
0 commit comments