No description
Find a file
Yohan Boniface 58fb544083 Fix missing remote datalayers when display data browser on load
Another option would have been to wait for onceDataloaded instead
of onceLoaded, but then the panel would never be displayed if some
layer fails to load (eg. a 429 on Overpass).

fix #509
2018-11-04 21:12:09 +01:00
.tx Update transifex after merge + now also commit js locales 2018-06-02 16:17:42 +02:00
docs 1.0.0-rc.7 2018-10-13 14:22:40 +02:00
umap Fix missing remote datalayers when display data browser on load 2018-11-04 21:12:09 +01:00
.gitignore Leaflet.Storage is now integrated inside this repository 2018-06-02 12:21:40 +02:00
.gitmodules First shot in removing jQuery and Foundation (\o/) cf #12 2013-02-12 17:34:33 +01:00
.pipignore Upgrade django-social-auth to python-social-auth 2014-03-06 23:22:37 +01:00
.travis.yml Python is not yet available in Travis without sudo: true 2018-08-15 17:56:21 +02:00
LICENSE Fixed typo 2013-06-23 22:43:29 -05:00
Makefile i18n 2018-09-08 17:01:22 +02:00
manage.py Allow to load setting from a non python path 2016-09-10 08:26:23 +02:00
MANIFEST.in Explicitly exclude local.py from being released 2018-07-07 23:46:10 +02:00
mkdocs.yml Merge changelogs and add first changelog for 1.0.0 2018-06-16 13:53:06 +02:00
osmic-white.yaml First version of an icon import script (cf #201) 2015-10-07 22:26:19 +02:00
osmic.yaml First version of an icon import script (cf #201) 2015-10-07 22:26:19 +02:00
package-lock.json Bump Leaflet.Editable 2018-09-05 22:13:35 +02:00
package.json Bump Leaflet.Editable 2018-09-05 22:13:35 +02:00
pytest.ini Disable compressor during unittests for now 2018-05-19 16:28:56 +02:00
README.md Add travis.yml 2017-05-12 10:42:02 +02:00
requirements-dev.txt Bump deps 2018-10-03 18:31:17 +02:00
requirements.txt Bump deps 2018-10-03 18:31:17 +02:00
setup.py 1.0.0-rc.2 2018-09-05 22:31:01 +02: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 ''cured''. It uses django-leaflet-storage and Leaflet.Storage, built on top of Django and Leaflet.

Installation and configuration

See developer documentation.