David Larlet
13ca7e3e5d
Add tests for favicon-related views
2023-11-15 14:13:33 -05:00
Yohan Boniface
9d30e150a3
Merge pull request #1409 from umap-project/form-button-css
...
More targeted CSS rule for button color
2023-11-15 18:00:37 +01:00
Yohan Boniface
43660d8b5a
Merge pull request #1408 from umap-project/chromium-arrow
...
Fix accordion arrow not displayed on Chromium
2023-11-15 17:55:07 +01:00
Yohan Boniface
5aa7ea6a7f
More targeted CSS rule for button color
...
Otherwise it override forms button (which are in dark mode and thus
need to keep the clear grey color)
2023-11-15 17:51:35 +01:00
Yohan Boniface
fdbf814fac
Fix accordion arrow not displayed on Chromium
2023-11-15 16:54:20 +01:00
Yohan Boniface
4b8b0b963b
Merge pull request #1359 from jschleic/highlight-style-for-selected-lines
...
highlight selected feature
2023-11-15 16:06:09 +01:00
Yohan Boniface
91ea6ac318
Merge branch 'master' into highlight-style-for-selected-lines
2023-11-15 16:05:56 +01:00
Yohan Boniface
a850900891
Merge pull request #1407 from jschleic/fix-lineedit-icons
...
fix icons
2023-11-15 15:59:23 +01:00
Yohan Boniface
be0cefd02a
Merge pull request #1396 from umap-project/backup-api
...
Full map download endpoint
2023-11-15 15:39:36 +01:00
Yohan Boniface
8d70edf931
Merge pull request #1401 from umap-project/favicon
...
Set a default favicon
2023-11-15 15:06:09 +01:00
David Larlet
0a8848874c
Remove the static webmanifest (dynamic now)
2023-11-14 22:51:34 -05:00
David Larlet
6f73038f92
Redirect favicon.ico and dynamic webmanifest
2023-11-14 22:50:25 -05:00
David Larlet
915d6b6db4
Set a default favicon
2023-11-14 17:32:40 -05:00
Joachim Schleicher
637c982add
fix icons
...
probably moved accidentally in c8065fb29e
2023-11-14 21:20:00 +01:00
Joachim Schleicher
34bb2d6eb8
fix null opacity
...
partly revert 952385 - since ´null´ is actually used in ternary fields.
Remove null opacity from the testcase. It should be either unset or a
numeric value.
2023-11-14 20:48:11 +01:00
David Larlet
bf4e481f28
Fix download umap data JS tests
2023-11-14 14:19:54 -05:00
David Larlet
2274243662
Fix integration tests for download view
2023-11-14 14:10:25 -05:00
David Larlet
30e83a143c
Tests download view for permissions
2023-11-14 13:37:02 -05:00
David Larlet
97fa8c2754
Allow the ?download option in URL
2023-11-14 13:26:52 -05:00
David Larlet
3a0bcd76da
Align link styles to button ones
2023-11-14 12:16:47 -05:00
Yohan Boniface
686ce1fe2d
Merge pull request #1403 from umap-project/fix-1400
...
Fix next/previous in popup footer in panel not openning next panel
2023-11-14 18:15:36 +01:00
David Larlet
207c47d078
Button to download umap backup from backend url
2023-11-14 12:07:17 -05:00
David Larlet
0be42d39cb
Full map download endpoint
2023-11-14 12:07:17 -05:00
Yohan Boniface
3472f45159
Merge pull request #1406 from umap-project/buttons-contrasts
...
Improve buttons’ contrasts on the homepage #a11y
2023-11-14 18:04:27 +01:00
David Larlet
bdd7ad17e6
Improve buttons’ contrasts on the homepage #a11y
2023-11-14 11:59:03 -05:00
Yohan Boniface
6602491511
Merge pull request #1405 from umap-project/almet/speedup-tests
...
Speedup the tests by using a weaker hash algo.
2023-11-14 17:51:17 +01:00
Alexis Métaireau
3cc5d3b2af
Speedup the tests by using a weaker hash algo.
...
On my machine, it reduced the time to run the
test suite from 86s to 53s.
(Most of the remaining time is consumed by the
integration tests spawning chrome in the background)
2023-11-14 17:45:14 +01:00
Yohan Boniface
9e33144d34
Fix next/previous in popup footer in panel not openning next panel
...
fix #1400
cf #1240
2023-11-13 21:12:53 +01:00
Yohan Boniface
f5bdc6c597
Merge pull request #1402 from umap-project/fix-1398
...
Fix wrong css selector for umap-alert-container elements
2023-11-13 20:45:08 +01:00
Yohan Boniface
5267d3e9b8
Fix wrong css selector for umap-alert-container elements
...
umap-alert is set on the body to show/hide the alert container
fix #1398
2023-11-13 20:36:48 +01:00
Yohan Boniface
c16a01778b
Merge pull request #1393 from umap-project/fieldset-triangle
...
Add triangle icon to form fieldset to make toggle clearer
2023-11-07 22:39:00 +01:00
Yohan Boniface
09fda11242
Use smaller triangles for fieldsets
2023-11-07 19:24:05 +01:00
Yohan Boniface
87814f0362
Merge pull request #1394 from umap-project/picto-list-background
...
Change background in pictograms list
2023-11-07 19:22:40 +01:00
Yohan Boniface
41f5a51069
Change background in pictograms list
2023-11-07 19:09:37 +01:00
Yohan Boniface
3034ebc50b
Merge pull request #1388 from umap-project/pictogram-category
...
Pictogram category
2023-11-07 18:01:15 +01:00
Yohan Boniface
03b837ade6
Add triangle icon to form fieldset to make toggle clearer
2023-11-07 17:57:10 +01:00
Yohan Boniface
dac15bca95
Merge pull request #1390 from umap-project/cluster-race-condition
...
Fix race condition with cluster layer
2023-11-07 17:39:44 +01:00
David Larlet
8ce8f8e0d7
Merge pull request #1392 from almet/almet/installation-review
...
Update installation instructions
2023-11-06 08:27:05 -05:00
Alexis Métaireau
4f00981293
Update installation instructions
2023-11-06 12:15:05 +01:00
Joachim Schleicher
952385b1cd
default fill-opacity for polygons
...
'null' is not a sensible default
2023-11-01 15:55:06 +01:00
Joachim Schleicher
af969eb5c0
incorporate review feedback for markers
...
* drop and div marker increased to 36px size
* adjust drop arrow accordingly
* black box-shadow with increased spread
2023-11-01 14:32:09 +01:00
Yohan Boniface
407e2dc46a
Fix race condition with cluster layer
...
This occurs when the cluster layer has a min/maxZoom defined, the
map is loaded inside this zoom range BUT the defaultView=data, and
would immediately change the current zoom to a value outside this range.
In this case, the datalayer is added to the map, then the data is requested,
then the map view is recomputed with the full data bounds.
There may be a better fix on our side, but given there is async in the middle,
it can be time consuming and can add complexity (with more events and listeners)
to properly make it work.
2023-11-01 10:49:31 +01:00
Yohan Boniface
e9deaab2bc
i18n
2023-11-01 08:17:56 +01:00
Yohan Boniface
402455c494
Change edit toolbar secondary button style
2023-10-31 17:57:01 +01:00
Yohan Boniface
5d410c94e3
Update save button style
2023-10-31 17:28:42 +01:00
Yohan Boniface
4f4b45f51a
Merge pull request #1389 from umap-project/icon-eye-closed
...
Update white eye closed
2023-10-31 16:52:07 +01:00
Yohan Boniface
37094ec6df
Update white eye closed
2023-10-31 16:32:54 +01:00
Yohan Boniface
de8bbc2851
Update docs/administration.md
...
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
2023-10-30 22:28:15 +01:00
Yohan Boniface
15eea6ead9
Apply suggestions from code review
...
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
2023-10-30 21:51:05 +01:00
Yohan Boniface
f61f1415ce
Update pictograms import script to deal with category and SVG
2023-10-30 21:35:22 +01:00