umap
umap copied to clipboard
uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
fix #1399 This is a very first look. But it's not as simple as I thought, because: - as for a heatmap, we need a special representation (each feature should...
When choosing a color for a marker, instead of  I'd like to see a colorpicker, such as the one from GIMP: 
I've been finding this workflow a bit clumsy: 1. Add a point 2. Edit properties, such as color 3. Decide that actually I want all points on this layer to...
http://umap.openstreetmap.fr/en/map/institutos-botanicos_47038 I'm collecting the locations of botanical gardens and botanic institutions. I had stored data in Southern America and South Africa, and all was fine. then I added some points...
In relation to #1107 I'd suggest to clearly alert user that the cancel action will cancel **every action he took since the last [save ? / opening of the map...
Awesome work, the icon selection is great, categorization too and being, emojis and img urls work great too 👏 Here are a couple things I'd like to provide feedback on....
**Describe the bug** Stamen [have announced](https://maps.stamen.com/stadia-partnership/) that their tile map service is being shut down end of October 2023. As the tile server URLs are not hard coded, server administrators...
```python return Licence.objects.get_or_create( # can't use ugettext_lazy for database storage, see #13965 name=getattr(settings, "UMAP_DEFAULT_LICENCE_NAME", "No licence set") )[0] ``` https://github.com/umap-project/umap/blob/e9deaab2bc4884fa4b485a34d1e764d170a3c4af/umap/models.py#L61C1-L71C1 The upstream issue [has been closed in Django](https://code.djangoproject.com/ticket/13965) and we...
When user wants to change the map background, he is faced to a huge list of maps. Most of them are probably never or very rarely used. It would be...
Add the ability to sync map changes with other connected peers. [choropleth-sync.webm](https://github.com/umap-project/umap/assets/67073/29d34556-af0c-4e65-9a14-f3ad02d7705c) ## This pull request contains On the server side: - A WebSocket server which creates "rooms" for map...