No description
Find a file
Joachim Schleicher 70e5dbe7dd fix dirty flags when re-ordering layers
The index of the top layer in the view starts with zero, while the rank of
the layers count backwards. Thus moving the second-last to the last
position should set the dirty flag of rank 0 and 1.
Instead the former implementation set the dirty flag for layers >= 19 in
a list of 20 layers - resulting in the wrong layers saved.

Fixes #375
2023-12-30 21:39:48 +01:00
.github [ci] Add a separate target for docs 2023-12-06 11:33:34 +00:00
.tx i18n 2023-02-22 10:23:03 +01:00
docker Update uwsgi.ini to prevent buffers errors with NGINX reverse proxies 2023-10-02 17:39:00 -04:00
docs Fix the changelog for mkdocs rendering 2023-12-26 10:39:23 -05:00
scripts WIP: POC of using Leaflet.IconLayers as tilelayers switcher 2023-12-15 11:40:52 +01:00
umap fix dirty flags when re-ordering layers 2023-12-30 21:39:48 +01:00
.dockerignore Do not track Dockerfile, not to invalidate Docker cache at each change 2023-06-05 14:44:33 +02:00
.gitignore [ci] Add support for Github Actions 2023-11-24 23:31:18 +01:00
.pipignore Upgrade django-social-auth to python-social-auth 2014-03-06 23:22:37 +01:00
.prettierrc.yaml Apply PrettierJS to the whole codebase 2023-05-12 13:57:03 -04:00
.readthedocs.yaml Control which version of mkdocs is install on readthedocs 2023-04-30 11:35:23 +02:00
.travis.yml chore: use setup.cfg 2021-12-30 11:16:00 +01:00
docker-compose.yml Replace wait_for_database with depends_on and healthcheck. 2023-09-16 11:12:50 -04:00
Dockerfile Add umap command in Docker PATH 2023-06-29 15:19:39 +02:00
LICENSE Fixed typo 2013-06-23 22:43:29 -05:00
Makefile build: Update makefile testjs to open the browser 2023-12-18 08:16:17 +00:00
manage.py [style] Format the code 2023-11-24 23:31:18 +01:00
MANIFEST.in Explicitly exclude local.py from being released 2018-07-07 23:46:10 +02:00
mkdocs.yml Better changelog rendering 2023-12-06 12:46:32 -05:00
osmic-white.yaml update osmic YAML files according to new configuration 2018-11-17 22:03:08 +01:00
osmic.yaml update osmic YAML files according to new configuration 2018-11-17 22:03:08 +01:00
package-lock.json WIP: POC of using Leaflet.IconLayers as tilelayers switcher 2023-12-15 11:40:52 +01:00
package.json WIP: POC of using Leaflet.IconLayers as tilelayers switcher 2023-12-15 11:40:52 +01:00
pyproject.toml [docs] Bump mkdocs to 1.5.3 2023-11-28 21:39:24 -05:00
pytest.ini [ci] Add support for Github Actions 2023-11-24 23:31:18 +01:00
README.md fix: correct changelog link 2023-08-23 08:31:15 +02:00
RELEASE.md Improved release documentation 2023-09-23 15:58:37 -04:00
SECURITY.md [docs] Update security contact information 2023-12-15 17:20:30 +01:00

uMap project

Requirements Status Join the chat at https://gitter.im/umap-project/umap Documentation StatusBuild Status

About

uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site. Because we think that the more OSM will be used, the more OSM will be improved. Built on top of Django and Leaflet.

Installation and configuration

See developer documentation.