From 870a191c4fd76903908357e069f27076703f905a Mon Sep 17 00:00:00 2001 From: Hendrik Huyskens Date: Tue, 23 Apr 2024 09:59:03 +0200 Subject: [PATCH] Fix basemap controls --- CHANGELOG.md | 1 + digiplan/templates/map.html | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a069def5..b6ac61b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe ### Fixed - duplicate loading of JS modules due to missing module support in django staticfile storage - settlement 200m layer is coupled to settlement layer (de)-activation +- basemap controls ## [0.1.0] - 2024-03-19 ### Added diff --git a/digiplan/templates/map.html b/digiplan/templates/map.html index 1844a146..376a0619 100644 --- a/digiplan/templates/map.html +++ b/digiplan/templates/map.html @@ -155,6 +155,7 @@ {% compress js %} {% include 'django_mapengine/map_js.html' %} + {% if not debug %}