uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
Find a file
Yohan Boniface 5bbbf6a988 fix: white space was broken since using loadTemplate
Since a2ca3a1436, the panel/popup
template uses loadTemplate, which used to remove all white spaces
from the inner html. We had to do this to workaround white space
breaking the slideshow toolbox buttons.

So this commits fixes this problem in another way: do not remove
white space (usefull for text content in popup/panels), but use
a display: flex instead of inline-block.
2024-08-29 12:21:51 +02:00
.github chore: bump postgis in the CI 2024-08-13 09:46:41 +02:00
.tx i18n 2023-02-22 10:23:03 +01:00
docker chore(docker) remove ws.py for now 2024-06-07 18:21:30 +02:00
docs chore: bump mkdocs-material from 9.5.31 to 9.5.33 2024-08-26 17:08:24 +00:00
docs-users chore: bump mkdocs-material from 9.5.31 to 9.5.33 2024-08-26 17:08:24 +00:00
scripts fix: avoid vendorizing lealfet useless files 2024-08-02 10:13:55 -04:00
umap fix: white space was broken since using loadTemplate 2024-08-29 12:21:51 +02:00
.dockerignore Do not track Dockerfile, not to invalidate Docker cache at each change 2023-06-05 14:44:33 +02:00
.eslintrc.json lint: use eslint with a browserslist configuration 2024-01-29 16:44:04 -05:00
.gitignore chore: include vendorized static dependencies 2024-08-02 09:54:54 -04: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 deps: adaptations for Django 5.x 2024-01-29 14:29:24 -05:00
biome.json chore: remove the noDelete rule completely 2024-06-25 21:31:37 -04:00
docker-compose.yml 2.0.2 2024-02-19 10:05:30 +01:00
Dockerfile fix: uppercased AS in Dockerfile 2024-08-02 11:08:44 -04:00
LICENSE Switch license from WTFPL to AGPLv3 2024-02-12 21:03:17 -05:00
Makefile chore: only run lint on our /js/ 2024-07-29 16:40:57 +02: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 Split users’ documentation to dedicated folder 2024-05-08 21:17:00 -04: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 chore: bump minimist, csv2geojson and osmtogeojson 2024-07-22 17:51:39 +00:00
package.json chore: bump minimist, csv2geojson and osmtogeojson 2024-07-22 17:51:39 +00:00
pyproject.toml Merge pull request #2073 from umap-project/dependabot/pip/websockets-13.0 2024-08-29 09:32:32 +02:00
pytest.ini [ci] Add support for Github Actions 2023-11-24 23:31:18 +01:00
README.md docs: Update the links in the README, remove the badges 2024-01-06 14:31:46 +01:00
SECURITY.md [docs] Update security contact information 2023-12-15 17:20:30 +01:00

uMap project

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.