diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-10-19 16:13:13 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-10-19 16:25:46 +0200 |
commit | b9cefd4469a0cf7d2038eceb3c935aacf78aed2e (patch) | |
tree | 36c7d255737e88afe696c82c4ed004f498c45304 | |
parent | e5d3578ffa6439562cfa1e5b107705c37a6367ae (diff) |
nvr:Naturminne_punkt: Only publish at zoom level ≥4.
-rw-r--r-- | config.yml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1364,7 +1364,9 @@ layers: path: 'NM/NM_point.shp' format: ESRI Shapefile layername: NM_point - publish: naturminne_punkt + publish: + naturminne_punkt: + minzoom: 4 'nvr:Naturminne_yta': # https://geodata.naturvardsverket.se/nedladdning/naturvardsregistret/Naturvardsregistret_beskrivning_av_oppna_data.pdf |