No description
Find a file
Manfred Stock c7b78567c7 Extend regex to support original example from issue #820 and more
The original example from issue #820 was using a dash ('-') as fallback,
however, the regular expression did not accept those. It also didn't
support white space (and many other characters) in the fallback, which
are also supported now, so one can even put e.g. links including label
in the fallback.
2020-12-13 17:12:17 +01:00
.tx Update transifex after merge + now also commit js locales 2018-06-02 16:17:42 +02:00
docs 1.2.3 2020-11-09 09:18:44 +01:00
umap Extend regex to support original example from issue #820 and more 2020-12-13 17:12:17 +01:00
.gitignore Simpler .gitignore, easier to read, understand, maintain 2020-03-09 17:54:43 +01:00
.pipignore Upgrade django-social-auth to python-social-auth 2014-03-06 23:22:37 +01:00
.travis.yml chore(travis): remove python 3.5, add 3.7, 3.8 and 3.9 2020-11-09 08:18:58 +01:00
LICENSE Fixed typo 2013-06-23 22:43:29 -05:00
Makefile bump deps 2019-02-06 19:38:19 +01: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 Improve documentation (#746) 2020-02-26 21:31:39 +01: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 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 Change 'cured' to 'improved' 2019-02-13 12:09:00 +02:00
requirements-dev.txt Bump pytest 2020-03-22 16:37:02 +01:00
requirements.txt Update Django to 2.2.17 2020-11-09 09:11:37 +01: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 improved. It uses django-leaflet-storage and Leaflet.Storage, built on top of Django and Leaflet.

Installation and configuration

See developer documentation.