diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-07-22 15:19:58 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-07-22 17:51:54 +0200 |
commit | 4dfc85d182448defb8c1e180e413d4df6045e377 (patch) | |
tree | 17ac5d1651e1a7d711f098cc1f9a7c07ca3a891a | |
parent | 213a38471054e62506bdabeaf72f768078d7ed5f (diff) |
Expose county and municipality boundaries to MVT.
-rw-r--r-- | group_vars/all.yml | 2 | ||||
m--------- | webmap-tools | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 29ad0b9..08c17c1 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -2,6 +2,7 @@ # The list of layer groups to process, see # webmap-tools/config.yml:layer-groups. webmap_layer_groups: + - adm - mrr - skydd - avverk @@ -13,6 +14,7 @@ webmap_layer_groups: - nv webmap_layer_groups_nodownload: + - adm - misc # adjust calendar events for individual units diff --git a/webmap-tools b/webmap-tools -Subproject 4263125c9bc8f23cf5ef6f3257b575537e3cad7 +Subproject 91abd89d67748a1e057d1299698d506613ee0f9 |