You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Upgrade su root sudo -u umap -i virtualenv venv --python=/usr/bin/python3 . /srv/umap/venv/bin/activate pip install umap-project --upgrade umap migrate umap collectstatic exit systemctl restart uwsgi nginx
2 Go on the umap url
Click on map
See error
<anonymous> https://mydomainfr/fr/:340
fr:340:22
Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead. checkDeprecatedMixinEvents@https://mydomainfr/static/umap/vendors/leaflet/leaflet-src.esm.js:404:47
Class.extend@https://mydomainfr/static/umap/vendors/leaflet/leaflet-src.esm.js:324:29
@https://mydomainfr/static/umap/vendors/iconlayers/iconLayers.js:60:32
@https://mydomainfr/static/umap/vendors/iconlayers/iconLayers.js:6:39
@https://mydomainfr/static/umap/vendors/iconlayers/iconLayers.js:9:3
Class.js:130:11
Uncaught TypeError: L.ToolbarAction is undefined
<anonymous> https://mydomainfr/static/umap/js/umap.controls.js:1
umap.controls.js:1:1
Uncaught (in promise) TypeError: U.DataLayersControl is not a constructor
initControls https://mydomainfr/static/umap/js/modules/rendering/map.js:63
setup https://mydomainfr/static/umap/js/modules/rendering/map.js:278
init https://mydomainfr/static/umap/js/modules/umap.js:102
Umap https://mydomainfr/static/umap/js/modules/umap.js:44
connectedCallback https://mydomainfr/static/umap/js/components/fragment.js:5
register https://mydomainfr/static/umap/js/components/fragment.js:11
<anonymous> https://mydomainfr/static/umap/js/components/fragment.js:15
3 map.js:63:33```
**Screenshots**


**Desktop (please complete the following information):**
- OS: Windows 11
- Browser Firefox
- Version Latest
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
su root sudo -u umap -i virtualenv venv --python=/usr/bin/python3 . /srv/umap/venv/bin/activate pip install umap-project --upgrade umap migrate umap collectstatic exit systemctl restart uwsgi nginx
2 Go on the umap url
The text was updated successfully, but these errors were encountered: