umap/umap
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
..
bin Add a umap entry point, so we can pip install umap 2016-09-10 08:26:48 +02:00
locale Pull el i18n 2018-10-13 14:06:16 +02:00
management Update transifex after merge + now also commit js locales 2018-06-02 16:17:42 +02:00
migrations Remove Map.tilelayer foreignkey 2018-07-14 13:59:40 +02:00
settings i18n 2018-09-08 17:01:22 +02:00
static Fix missing remote datalayers when display data browser on load 2018-11-04 21:12:09 +01:00
templates Fix button bar on home 2018-07-07 19:35:02 +02:00
templatetags Upgrade to Django 2.1 2018-08-15 17:42:51 +02:00
tests Update permissions metadata at each map save 2018-09-23 09:57:00 +02:00
__init__.py 1.0.0-rc.7 2018-10-13 14:22:40 +02:00
admin.py Django 2.0 2018-05-19 10:05:18 +02:00
autocomplete.py Move permissions form building to JS 2018-06-15 23:25:38 +02:00
context_processors.py Merge leaflet_storage locales 2018-05-19 11:12:19 +02:00
decorators.py Display a message on the site when trying to do a POST in readonly mode 2018-09-08 16:49:25 +02:00
fields.py Remove context parameter from DictField.from_db_value (RemovedInDjango30Warning) 2018-09-23 11:56:25 +02:00
forms.py Change Map.center.widget SRID to 4326 as it should be 2018-09-08 22:42:11 +02:00
managers.py Django 2.0 2018-05-19 10:05:18 +02:00
middleware.py Display a message on the site when trying to do a POST in readonly mode 2018-09-08 16:49:25 +02:00
models.py Make sure map name is always read from backend 2018-08-04 15:26:12 +02:00
urls.py Upgrade to Django 2.1 2018-08-15 17:42:51 +02:00
utils.py Django 2.0 2018-05-19 10:05:18 +02:00
views.py Keep python 3.5 compat for now 2018-09-23 11:02:36 +02:00
wsgi.py Ubuntu installation turorial draft 2016-09-10 16:21:09 +02:00