Yohan Boniface
|
8773a63e90
|
Merge pull request #1386 from umap-project/update-eye-icon
Update eye icon
|
2023-10-27 19:12:33 +02:00 |
|
Yohan Boniface
|
20767f7dc6
|
Merge pull request #1385 from umap-project/tooltip-mouseout
Cancel tooltip on mouseout
|
2023-10-27 19:12:03 +02:00 |
|
Yohan Boniface
|
d5ab5ac529
|
Update eye icon
|
2023-10-27 19:11:07 +02:00 |
|
Yohan Boniface
|
80a88d2c6f
|
Change save button display
|
2023-10-27 18:58:41 +02:00 |
|
Yohan Boniface
|
9d9b726af5
|
Cancel tooltip on mouseout
Prevent a tooltip to be displayed if the user has moved out
the mouse from the anchor.
|
2023-10-27 18:45:58 +02:00 |
|
David Larlet
|
dde6254d16
|
Fix: set step any for float input with decimals
Useful for latitudes and longitudes.
|
2023-10-27 11:56:02 -04:00 |
|
David Larlet
|
67d89874e8
|
Merge pull request #1290 from umap-project/a11y-from-links-to-buttons
A11Y: switch from links to buttons when pertinent
|
2023-10-27 11:53:23 -04:00 |
|
David Larlet
|
312ebf5a0d
|
Remove JS inline style made useless
|
2023-10-27 11:47:33 -04:00 |
|
David Larlet
|
ff9b462531
|
All left sidebar icons with white background
|
2023-10-27 11:40:28 -04:00 |
|
David Larlet
|
860e475219
|
Center the tooltip (arrow) for bottom position
|
2023-10-27 11:32:03 -04:00 |
|
David Larlet
|
1d65ce6b49
|
Better labels and icons for edit/preview modes
Fix #556
|
2023-10-27 11:31:34 -04:00 |
|
David Larlet
|
2f424b7539
|
Flat button for icon shapes direct input
|
2023-10-27 10:35:26 -04:00 |
|
Yohan Boniface
|
60a0f14439
|
Merge pull request #1382 from umap-project/fix-global-variable
Fix variable declared globally by mistake
|
2023-10-27 16:12:44 +02:00 |
|
Yohan Boniface
|
41ec18a08d
|
Fix variable declared globally by mistake
This can have an impact in map listing, because dataToload will
be shared.
|
2023-10-27 16:12:12 +02:00 |
|
Yohan Boniface
|
a0da0b31a7
|
Merge pull request #1383 from umap-project/default-view-datalayer
Split defaultDatalayer in defaultView/EditDatalayer
|
2023-10-27 16:03:14 +02:00 |
|
Yohan Boniface
|
f053e06686
|
Default view datalayer code refacto
|
2023-10-27 15:59:37 +02:00 |
|
Yohan Boniface
|
b80d88f7b9
|
Merge pull request #1384 from umap-project/onload-at-import
Fix displayOnLoad not honoured at import
|
2023-10-27 15:47:35 +02:00 |
|
Yohan Boniface
|
c5a28755a2
|
Fix JS tests related to a11y a to button change
|
2023-10-27 12:55:24 +02:00 |
|
Yohan Boniface
|
882cc74bcf
|
Fix displayOnLoad not honoured at import
fix #1043
|
2023-10-27 12:25:40 +02:00 |
|
Yohan Boniface
|
29ab98ede3
|
Split defaultDatalayer in defaultView/EditDatalayer
In view mode, we don't want the fallback to create a new datalayer.
|
2023-10-27 11:54:35 +02:00 |
|
Yohan Boniface
|
85389699fd
|
Merge pull request #1379 from umap-project/default-props-no-redraw
Keep only non graphic props in default properties, to prevent useless redraw
|
2023-10-27 09:11:07 +02:00 |
|
Yohan Boniface
|
986e70637a
|
Prevent more useless redraw when editing global settings
|
2023-10-26 23:07:02 +02:00 |
|
Yohan Boniface
|
9eea9f942d
|
Merge pull request #1380 from umap-project/range-step-rounding
Round range step to 1 digit
|
2023-10-26 22:56:47 +02:00 |
|
Yohan Boniface
|
ac56194487
|
Merge pull request #1381 from umap-project/max-zoom-limit-24
Increase maxZoomLimit to 24
|
2023-10-26 22:56:22 +02:00 |
|
Yohan Boniface
|
852857412b
|
Increase maxZoomLimit to 24
Even if this limit is not a hard limit, just a warning, we now
have been proven some maps using custom backgrounds use zooms
greater than 20.
Eg. this maps which allows zoom until 23:
https://umap.openstreetmap.fr/fr/map/cimetiere-asnieres-la-giraud_716488
|
2023-10-26 22:40:54 +02:00 |
|
Yohan Boniface
|
bacf8922c8
|
Round range step to 1 digit
|
2023-10-26 22:38:41 +02:00 |
|
Yohan Boniface
|
59e4fb9663
|
Merge pull request #1376 from umap-project/csv-export
Add minimal CSV export
|
2023-10-26 19:23:34 +02:00 |
|
Yohan Boniface
|
3fc5a63910
|
Merge pull request #1378 from umap-project/filter-with-non-str
Fix filter data crashing when data contains non string values
|
2023-10-26 19:23:01 +02:00 |
|
Yohan Boniface
|
9d5ff35636
|
Keep only non graphic props in default properties, to prevent useless redraw
|
2023-10-26 17:21:45 +02:00 |
|
Yohan Boniface
|
9434744219
|
Fix filter data crashing when data contains non string values
It may happen when data comes from an import.
fix #1377
|
2023-10-26 16:54:43 +02:00 |
|
Yohan Boniface
|
78b6025ef1
|
Add minimal CSV export
cf https://forum.openstreetmap.fr/t/export-csv-depuis-une-umap/18290
cf #123
fix #608
|
2023-10-26 14:28:18 +02:00 |
|
Yohan Boniface
|
45c1d1c419
|
Merge pull request #1355 from umap-project/dependabot/pip/pillow-10.0.1
Bump pillow from 9.5.0 to 10.0.1
|
2023-10-25 11:16:05 +02:00 |
|
Yohan Boniface
|
cfde325d86
|
Merge pull request #1375 from umap-project/latest-without-data
Fix max not loading when defaultView=latest and datalayer has no data
|
2023-10-24 16:34:27 +02:00 |
|
Yohan Boniface
|
47e5a0676a
|
Fix max not loading when defaultView=latest and datalayer has no data
When the default datalayer has no data, we need a fallback
fix #1374
|
2023-10-24 15:08:42 +02:00 |
|
Yohan Boniface
|
219b3e17dd
|
Fix picto in add datalayer button
|
2023-10-18 11:52:07 +02:00 |
|
Yohan Boniface
|
2bca26cbe7
|
changelog
|
2023-10-18 09:16:42 +02:00 |
|
Yohan Boniface
|
d30f35ad78
|
1.9.3
|
2023-10-18 09:13:07 +02:00 |
|
Yohan Boniface
|
412a159cc2
|
Merge pull request #1370 from umap-project/drag-n-drop
Add experimental drag and drop of file on the map container
|
2023-10-18 09:12:10 +02:00 |
|
Yohan Boniface
|
c50e21e395
|
Release scroll wheel zoom on drop
|
2023-10-17 21:15:47 +02:00 |
|
Yohan Boniface
|
48c86812b6
|
i18n
|
2023-10-17 10:35:51 +02:00 |
|
Yohan Boniface
|
7bf0663623
|
Merge pull request #1371 from umap-project/css-quick-fix
Hide the next icon in buttons’ sprites
|
2023-10-16 23:46:18 +02:00 |
|
David Larlet
|
1d94ebbaa3
|
Responsiveness of the header when logged in
|
2023-10-16 16:28:41 -04:00 |
|
David Larlet
|
85c1af2b50
|
Use the createLink function when pertinent
|
2023-10-16 16:19:03 -04:00 |
|
David Larlet
|
8656ca3059
|
Deal with browsable layers from left sidebar
|
2023-10-16 15:46:11 -04:00 |
|
David Larlet
|
740ff90262
|
Keep save button in blue on hover
|
2023-10-16 15:37:25 -04:00 |
|
David Larlet
|
222af1b528
|
Header’s styles for logged in user
|
2023-10-16 15:37:09 -04:00 |
|
David Larlet
|
e87a77cf43
|
Hide the next icon in buttons’ sprites
|
2023-10-16 15:18:16 -04:00 |
|
David Larlet
|
9c7269eabc
|
Better styles for buttons and tooltips
|
2023-10-16 14:48:20 -04:00 |
|
David Larlet
|
79117f2a66
|
Better styles for buttons (vs. links)
|
2023-10-16 10:23:31 -04:00 |
|
David Larlet
|
7695906c38
|
Better styles for buttons (vs. links)
|
2023-10-16 10:23:30 -04:00 |
|