umap/umap/tests
Yohan Boniface c334f7554e feat: add experimental "map preview"
This is the same as "map new", but it is not in edit mode. This
allow to click on the elements and see the popups instead of editing
it when using a `dataUrl` query string.
This way of using uMap is not documented, but it's used by some
partners (Deveco recently, data.gouv.fr historicaly).

In the same time, this PR adds two things:
- possibility to pass data direclty in querystring (instead of an URL):
  in the case of Deveco, they have pages where only point is shown (for
  each company)
- possibility to pass style options directly from query string: may
  allow for example to control the `popupTemplate`, eg. to use a table
  one that will display all properties of the clicked feature

Note: dataUrl and such also works in normal "map new" view. There are
two use cases around those parameters, from external sites:
- see this data on uMap (should point on map preview)
- create a map with those data (should point on map new)
2024-02-07 13:57:20 +01:00
..
fixtures Add first test for pictogram selection 2023-11-09 00:02:44 +01:00
integration feat: add experimental "map preview" 2024-02-07 13:57:20 +01:00
__init__.py Merge leaflet_storage tests 2018-05-19 11:54:08 +02:00
base.py feat: set preconnect link for tilelayer 2024-01-22 18:14:41 +01:00
conftest.py [style] Format the code 2023-11-24 23:31:18 +01:00
settings.py chore: deactivate custom statics manager for test by default 2024-01-17 18:42:46 +01:00
test_datalayer.py [style] Format the code 2023-11-24 23:31:18 +01:00
test_datalayer_views.py [feat] add a simple conflict resolution mecanism. 2023-11-29 13:04:24 +01:00
test_licence.py Merge leaflet_storage tests 2018-05-19 11:54:08 +02:00
test_map.py [style] Format the code 2023-11-24 23:31:18 +01:00
test_map_views.py Merge pull request #1552 from umap-project/preconnect-tilelayer 2024-01-29 18:26:24 +01:00
test_merge_features.py fix: replace list.delete call by the proper remove method 2024-01-25 15:49:01 +01:00
test_tilelayer.py [style] Format the code 2023-11-24 23:31:18 +01:00
test_utils.py iwyu 2023-02-27 13:50:37 +01:00
test_views.py wip: rework request error flow 2024-02-05 07:22:53 +01:00