David Larlet
0d36d90be8
Merge pull request #1507 from umap-project/dependabot/pip/djlint-1.34.1
...
chore: bump djlint from 1.31.0 to 1.34.1
2024-01-10 20:38:57 -05:00
David Larlet
61e83460c2
Merge pull request #1504 from umap-project/dependabot/pip/uwsgi-2.0.23
...
chore: bump uwsgi from 2.0.21 to 2.0.23
2024-01-10 20:38:07 -05:00
Alexis Métaireau
d303330f2e
chore: use system-specific modifier when running tests
2024-01-08 18:42:18 +01:00
Yohan Boniface
20814dd73c
changelog
2024-01-08 16:52:56 +01:00
Yohan Boniface
fca2c13eb7
1.13.1
2024-01-08 16:49:02 +01:00
Yohan Boniface
5b74faf895
Merge pull request #1512 from umap-project/fix-contrastedicon-with-cluster
...
fix: icon element is undefined when clustered
2024-01-08 16:44:00 +01:00
Yohan Boniface
067d74de9f
fix: icon element is undefined when clustered
2024-01-08 16:35:41 +01:00
Yohan Boniface
16a42025b5
changelog
2024-01-08 13:51:14 +01:00
Yohan Boniface
242a2469ac
1.13.0
2024-01-08 13:45:10 +01:00
Yohan Boniface
d0c560e29a
i18n
2024-01-08 13:43:48 +01:00
Yohan Boniface
0f1e13b994
chore: fix failing JS test
2024-01-08 13:31:02 +01:00
Yohan Boniface
08c5d47ee8
Merge pull request #1509 from umap-project/datalayer-counter
...
feat(browser): add counter in datalayer headline
2024-01-08 12:52:07 +01:00
Yohan Boniface
47d0ed8836
docs: mention tests in release process
2024-01-08 12:51:11 +01:00
Yohan Boniface
2812431722
feat(browser): add counter in datalayer headline
2024-01-08 12:46:06 +01:00
Yohan Boniface
cea5e30582
Merge pull request #1499 from umap-project/dedicated-layer-settings
...
Move layer specific settings to a dedicated fieldset
2024-01-08 12:30:41 +01:00
Yohan Boniface
75ff147371
Move layer specific settings to a dedicated fieldset
...
cf #1490
2024-01-08 12:25:40 +01:00
Yohan Boniface
fe61acd6c1
Merge pull request #1479 from umap-project/osm-template
...
Add a popup template to showcase OpenStreetMap data
2024-01-08 12:10:48 +01:00
Yohan Boniface
ba6371381a
Better margin around popup title icon
2024-01-08 12:00:19 +01:00
Yohan Boniface
86de16521f
Refactor icon element create and constrast
2024-01-08 11:52:15 +01:00
dependabot[bot]
d50b0527af
chore: bump djlint from 1.31.0 to 1.34.1
...
Bumps [djlint](https://github.com/Riverside-Healthcare/djlint ) from 1.31.0 to 1.34.1.
- [Release notes](https://github.com/Riverside-Healthcare/djlint/releases )
- [Changelog](https://github.com/djlint/djLint/blob/master/.releaserc )
- [Commits](https://github.com/Riverside-Healthcare/djlint/compare/v1.31.0...v1.34.1 )
---
updated-dependencies:
- dependency-name: djlint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-06 13:32:00 +00:00
Alexis Métaireau
6669728bbf
docs: Update the links in the README, remove the badges
2024-01-06 14:31:46 +01:00
dependabot[bot]
fd6c88ecff
chore: bump uwsgi from 2.0.21 to 2.0.23
...
Bumps [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/ ) from 2.0.21 to 2.0.23.
---
updated-dependencies:
- dependency-name: uwsgi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-06 13:31:45 +00:00
Alexis Métaireau
f030183888
Create dependabot.yml
2024-01-06 14:31:20 +01:00
Yohan Boniface
ecd4c73a7e
Add basic facet search integration test
2024-01-04 13:33:38 +01:00
Yohan Boniface
ab82fd975f
Merge pull request #1478 from umap-project/preview-map-on-click
...
Preview map only on click in user’s dashboard
2024-01-03 22:17:55 +01:00
Yohan Boniface
37b97403dc
Use neutral button for preview in user dashboard
2024-01-03 21:49:20 +01:00
Yohan Boniface
d54b0e94b7
Only close ui panel if it is open
...
When calling ui.closePanel, this will fire "panel:closed", which
is listened by uMap to blindly call map.invalidateSize, which
creates trouble in the dashboard preview: when pressing twice ESC
key (eg. when switching from a preview to another), the map would pan once
to the north east (I guess because invalidateSize is called while
the map is not displayed, but not sure).
2024-01-03 21:25:20 +01:00
Yohan Boniface
558dabd113
Merge pull request #1480 from umap-project/search-latlng
...
Allow to type a latlng in the search box
2024-01-03 20:59:11 +01:00
Yohan Boniface
fb6230d1db
Merge pull request #1490 from umap-project/fix-choropleth-update
...
Be more explicit on changed fields when updating choropleth form
2024-01-03 20:52:06 +01:00
Yohan Boniface
7f4d5b270b
Rename Layer.postUpdate to Layer.onEdit and pass explicit params
2024-01-03 18:09:09 +01:00
Yohan Boniface
1ed6a5972d
Run prettier
2024-01-02 23:18:24 +01:00
Yohan Boniface
c79e875498
Merge pull request #1498 from umap-project/align-copy-button
...
Align copy button to input in share box
2024-01-02 23:07:03 +01:00
Yohan Boniface
4b0bde5c90
Align copy button to input in share box
...
cf #1454
2024-01-02 22:14:13 +01:00
Yohan Boniface
05401af06b
Merge pull request #1454 from jschleic/download-ui
...
Refactor Share & Download UI for better usability
2024-01-02 21:42:34 +01:00
Yohan Boniface
ced7f3d6ff
Merge pull request #1497 from jschleic/fix-rank-on-reordering
...
fix dirty flags when re-ordering layers
2023-12-31 11:16:06 +01:00
Joachim Schleicher
70e5dbe7dd
fix dirty flags when re-ordering layers
...
The index of the top layer in the view starts with zero, while the rank of
the layers count backwards. Thus moving the second-last to the last
position should set the dirty flag of rank 0 and 1.
Instead the former implementation set the dirty flag for layers >= 19 in
a list of 20 layers - resulting in the wrong layers saved.
Fixes #375
2023-12-30 21:39:48 +01:00
Joachim Schleicher
dbf0179297
cleanup sharebox changes
...
* "data" moved to helptext
* drop css introduced in previous draft
* prettier.js
2023-12-29 21:23:03 +01:00
Yohan Boniface
1d32e52386
Refactor changelog
2023-12-29 11:38:13 +01:00
Yohan Boniface
defb956e7e
changelog
2023-12-29 11:25:24 +01:00
Yohan Boniface
340c492efc
1.12.2
2023-12-29 11:22:23 +01:00
Yohan Boniface
2bb104d29e
Merge pull request #1493 from umap-project/tilelayer-preview-border
...
Add a small box-shadow to tilelayer preview
2023-12-28 20:36:27 +01:00
Yohan Boniface
974536debe
Merge pull request #1492 from umap-project/fix-tms-url-preview
...
Fix preview of TMS TileLayer preview
2023-12-28 20:36:06 +01:00
Yohan Boniface
ab54580820
Fix preview of TMS TileLayer preview
...
This is not the ideal fix, instead we'd prefer to use
`TileLayer.getTileUrl`, but this is not possible yet.
cf https://github.com/Leaflet/Leaflet/pull/9201
cf https://lists.openstreetmap.org/pipermail/umap/2023-December/000557.html
2023-12-28 16:32:57 +01:00
Yohan Boniface
1d85ee5167
Add a small box-shadow to tilelayer preview
...
In some situation, the preview is very close to the background, so
it's not visible enough.
fix #1485
2023-12-28 11:51:04 +01:00
Yohan Boniface
0a099b6ee1
i18n
2023-12-28 11:44:44 +01:00
David Larlet
36f72e3154
Linting templates
2023-12-27 13:50:21 -05:00
David Larlet
c4e55d82cb
Fix imports
2023-12-27 13:43:47 -05:00
David Larlet
7484e52142
Improve maps’ pagination for the dashboard
2023-12-27 13:26:31 -05:00
Yohan Boniface
c3cb813c23
Allow to reopen a dialog in dashboard previews
2023-12-27 11:41:08 -05:00
David Larlet
ded244c9ff
Put CSS and JS blocks to their dedicated places
2023-12-27 11:41:08 -05:00