Skip to content

Commit

Permalink
Merge pull request #92 from empowerplan/fix/basempap_controls
Browse files Browse the repository at this point in the history
Fix basemap controls
  • Loading branch information
henhuy authored Apr 23, 2024
2 parents 81629c7 + 870a191 commit f9758a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions digiplan/templates/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@

{% compress js %}
{% include 'django_mapengine/map_js.html' %}
<script src="{% static 'django_mapengine/js/basemaps.js' %}" type="text/javascript"></script>
{% if not debug %}
<script src="{% static 'vendors/shepherd/shepherd.min.js' %}" type="text/javascript"></script>
<script src="{% static 'js/intro_tour.js' %}" type="text/javascript"></script>
Expand Down

0 comments on commit f9758a6

Please sign in to comment.