New features
- delete datalayer's files on delete by @yohanboniface in #2158
- very minimal CSV export of users and maps in admin by @yohanboniface in #2131
- add a setting to prevent users from editing their profile by @davidbgk in #2133
- allow to search by code INSEE in communes importer by @yohanboniface in #2188
- add a profile drop-down menu by @yohanboniface in #2194
- only add visible markers (and tooltips) to DOM by @yohanboniface in #2204
- add a global toolbox in browser by @yohanboniface in #2160
- add importer for French cadastre by @yohanboniface in #2223
- display the number of connected peers in the interface. by @almet in #2177
- allow to run umap with asgi by @yohanboniface in #2209
Bug fixes
- make sure maps of demo instances of uMap are no indexed by @yohanboniface in #2203
- fix contextmenu positionning when map is not full screen by @yohanboniface in #2198
- honour carriage returns in permanent credits by @yohanboniface in #2206
- do not show browser counter when layer is empty or not loaded by @yohanboniface in #2217
- fix dispeared icons from panel titles by @yohanboniface in #2222
- use correct icon for layer download advanced action by @yohanboniface in #2224
- do not try to create legend for non loaded classified layer by @yohanboniface in #2234
- icon alignement in browser, and user icon-xxx class by @yohanboniface in #2132
- editing coordinates manually would not be saved by @yohanboniface in #2147
- remoteData helpEntries were not on the right format by @yohanboniface in #2183
- polygon with interactive=false was still interactive by @yohanboniface in #2151
- allow to draw new proprotional circles and to drag them by @yohanboniface in #2172
- make sure anonymous is owner at create by @yohanboniface in #2189
Internal changes
- deactivate contextmenu and shortcuts in map preview by @yohanboniface in #2199
- use pytest-rerunfailed by @yohanboniface in #2205
- simplify contextmenu items by @yohanboniface in #2216
- Docker:
version
is obsolete. by @Luen in #2220 - get Github release notes from command line by @yohanboniface in #2130
- rework permissions panel by @yohanboniface in #2121
- new tutorial and improvements by @C-Sophie by @davidbgk in #2156 #2167
- use GeoRSStoGeoJSON as ES module by @yohanboniface in #2168
- add clean_tilelayer management command by @yohanboniface in #1670
- send remote operations to peers when they join by @almet in #2082
- spawn the websocket server in the docker image. by @almet in #2175
- use our own contextmenu by @yohanboniface in #2109
- display user maps in admin and add in csv export by @yohanboniface in #2169
- remove zoom in and out from contextmenu by @yohanboniface in #2195
Changed templates
- umap/css.html:
- removed
umap/vendors/contextmenu/leaflet.contextmenu.min.css
- added
umap/css/contextmenu.css
- removed
- umap/js.html:
- removed
umap/vendors/contextmenu/leaflet.contextmenu.min.js
- removed
- umap/templates/umap/map_detail.html:
- changed robot directive
- umap/templates/umap/dashboard_menu.html
- use of
UMAP_ALLOW_EDIT_PROFILE
- use of
New Contributors
Full Changelog: 2.6.3...2.7.0⏎