Yohan Boniface
451eb8c0bf
Naive Choropleth legend, WIP
2023-10-10 21:16:01 +02:00
Yohan Boniface
7a0dbd014a
There is one more limit than the number of steps
...
Limits are steps boundaries, and first limit is always the lower value,
and latest limit always the bigger.
2023-10-10 21:16:01 +02:00
Yohan Boniface
bf116e8d93
Use brewer palettes for choropleth colors
...
cf https://gka.github.io/chroma.js/#chroma-brewer
2023-10-10 21:16:01 +02:00
Yohan Boniface
5d350a7cc9
Control property used in choropleth
2023-10-10 21:16:01 +02:00
Yohan Boniface
8e12e6cf24
POC of a choropleth layer
2023-10-10 21:16:01 +02:00
Yohan Boniface
31ea8d1a83
Merge pull request #1362 from umap-project/hide-datalayer-in-caption
...
Allow to hide a datalayer from the caption list
2023-10-10 21:06:09 +02:00
Joachim Schleicher
9ef09512db
highlight: increase fillOpacity for polygons
...
sqrt gives larger increase for low opacities like 0.2
while preserving some (tiny) shine-through for large values like 0.8
and is limited to the desired range of (0,1]
2023-10-10 10:47:36 +02:00
Joachim Schleicher
836c17f2e8
fire events from Popup Panel
...
to also highlight path and markers when using the side panel.
Therefore we duplicate the event code from the base class.
2023-10-10 10:29:20 +02:00
Joachim Schleicher
3594bc2605
highlight markers
...
add .umap-icon-active class for currently selected marker icon.
CSS styles override the marker styles to display
* in the foreground
* with full opacity
* with larger sizes where possible (ball and circle)
2023-10-10 10:29:20 +02:00
Yohan Boniface
da01977414
Fix permissions tests
2023-10-09 18:30:44 +02:00
Yohan Boniface
547485e50f
Allow to hide a datalayer from the caption list
2023-10-06 22:26:31 +02:00
Yohan Boniface
de6c9f3b84
Make sure we don't use DataLayer.settings by reference
2023-10-06 22:25:56 +02:00
Joachim Schleicher
7696203159
highlight selected path
...
when opening a popup increase opacity and weight.
In maps with multiple lines one can see much easier, where the line
starts and ends.
2023-10-05 21:18:05 +02:00
Yohan Boniface
5bfa2fce38
Patch HeatLayer for better rendering
...
Patch comes from https://github.com/Leaflet/Leaflet.heat/pull/78
We'll remove it when this PR get merged and released.
2023-10-05 18:15:59 +02:00
Yohan Boniface
ca7257658c
Make that Range inherit from FloatInput
...
Otherwise we store a string
2023-10-05 18:15:21 +02:00
Yohan Boniface
3e54310c8d
Add Range input for heatmap radius
2023-10-05 17:36:07 +02:00
Yohan Boniface
a5c7214533
Add back helpText on Range input
2023-10-05 17:32:27 +02:00
Yohan Boniface
20cdc837af
Use toFixed instead of toPrecision in Range input
...
toPrecision returns an exponential notation for example for:
const x = 100
x.toPrecision(2)
2023-10-05 15:14:28 +02:00
Yohan Boniface
d0b01e774c
Merge pull request #1356 from jschleic/multiplechoice-buttons-grid
...
switch to grid layout for multiple choice buttons
2023-10-04 09:42:47 +02:00
Yohan Boniface
34122b1549
Remove unused CSS class .third
...
Co-authored-by: Joachim Schleicher <joachimsl@gmx.de>
2023-10-04 09:36:55 +02:00
Joachim Schleicher
79a1ea232a
switch to grid layout for multiple choice buttons
...
to allow multi-line texts in translations
2023-10-04 09:19:09 +02:00
dependabot[bot]
ff6a994f31
Bump pillow from 9.5.0 to 10.0.1
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.5.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.0.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 01:45:13 +00:00
Yohan Boniface
81a9a5416f
Merge pull request #1354 from sircharlo/patch-1
...
Update uwsgi.ini to prevent buffers errors with NGINX reverse proxies
2023-10-03 16:14:47 +02:00
Charles Olivier Savignac
287bb465ed
Update uwsgi.ini to prevent buffers errors with NGINX reverse proxies
2023-10-02 17:39:00 -04:00
Yohan Boniface
63c515d537
Merge pull request #1350 from umap-project/map-created-at
...
Finally add Map.create_at field
2023-09-27 22:39:20 +02:00
Yohan Boniface
495dd6444f
Finally add Map.create_at field
...
This field should have been added at the beginning, but this is
like planting trees, isn't it ?
2023-09-27 11:01:50 +02:00
Yohan Boniface
ff27cdd04a
Hide attribution on small screen and add a small ? to display it
...
fix #844
2023-09-27 10:30:57 +02:00
Yohan Boniface
4e3a22dc11
changelog
2023-09-27 07:28:03 +02:00
Yohan Boniface
f73308e99d
1.8.2
2023-09-27 07:21:06 +02:00
Yohan Boniface
677fd3d982
Merge pull request #1336 from umap-project/shared-edit-url
...
Redirect to canonical when URL contains the ?edit parameter
2023-09-27 07:17:29 +02:00
Yohan Boniface
013d2fd5ee
Always remove ?edit from URL, so users do not share it by mistake
2023-09-27 07:13:30 +02:00
Yohan Boniface
50591e1ac5
i18n
2023-09-27 06:48:00 +02:00
David Larlet
36dfb1addc
Merge pull request #1348 from jschleic/fix-1308
...
Fix map's title when “dirty star” is present
2023-09-26 22:32:36 -04:00
Joachim Schleicher
ccda9aca3f
Fix #1308
...
The star indicating a dirty map uses more than 5px (depending on font-size).
So the additional star switched from showing the map name to
ellipses-overflow in px-implementation.
1ch is the with of the digit '0'.
2023-09-26 20:57:58 +02:00
Yohan Boniface
cae52c905a
Merge pull request #1346 from umap-project/short-url-none
...
Make sure SHORT_SITE_URL is defined to expose Map.short_url
2023-09-26 15:52:51 +02:00
David Larlet
af3518ad08
Apply Black to settings files
2023-09-26 09:40:41 -04:00
Yohan Boniface
6008146110
Merge pull request #1347 from umap-project/load-invalid-bounds
...
Do no try to fit data bounds if bounds are not valid
2023-09-26 15:37:52 +02:00
Yohan Boniface
44910f5410
Do no try to fit data bounds if bounds are not valid
...
This may happen if:
- the map as some layers containing data, but set as not browsable
- any other layer is empty
2023-09-26 10:49:01 +02:00
Yohan Boniface
c1698545bd
Make sure SHORT_SITE_URL is defined to expose Map.short_url
2023-09-26 10:34:50 +02:00
Yohan Boniface
649f21a0d5
Merge pull request #1339 from umap-project/browse-in-bbox
...
Allow to restrict data browser items to current map view
2023-09-26 08:16:22 +02:00
Yohan Boniface
af78d1e348
Merge pull request #1343 from umap-project/popup-large-width
...
Set an explicit width to popup large container
2023-09-25 22:00:15 +02:00
Yohan Boniface
a37c6005ce
Set an explicit width to popup large container
...
Until now, the width was computed on the fly by Leaflet, based
on the popup content, but this leads to a bunch of issue on
image/iframe width.
cf https://forum.openstreetmap.fr/t/bugs-divers-relevees-sur-une-umap-absent-sur-une-autre/17254/8
2023-09-25 18:30:58 +02:00
David Larlet
27e8fd0cac
Merge pull request #1324 from openbrian/add-username-to-features
...
Add username to features
2023-09-25 11:08:32 -04:00
Yohan Boniface
1597cd731e
Data browser: add back placeholder
2023-09-25 14:35:27 +02:00
Yohan Boniface
0ad6e425b5
Refactor data browser
...
- move a dedicated class (function was becoming big)
- user FormBuilder instead of custom form elements
2023-09-25 13:42:14 +02:00
Yohan Boniface
e0e7fc5844
Better way to set DataLayer.geojson content during tests
2023-09-25 13:40:01 +02:00
Yohan Boniface
9cf2bf1578
Allow to restrict browser items to current map view
2023-09-25 13:33:58 +02:00
David Larlet
7ca4f0e11c
Improved release documentation
2023-09-23 15:58:37 -04:00
Yohan Boniface
ff89125c80
Redirect to canonical URL when people share the ?edit link
2023-09-23 20:48:45 +02:00
David Larlet
3d2a1d96fd
Changelog
2023-09-22 14:58:33 -04:00