Yohan Boniface
8c05937075
2.6.0b2
2024-09-06 17:25:31 +02:00
Yohan Boniface
b218fc572b
i18n
2024-09-06 17:24:51 +02:00
Yohan Boniface
ae09c343d1
Merge pull request #2107 from umap-project/visible-vertexmarkers
...
wip: only show visible vertexmarkers and do not show when there are too much
2024-09-06 17:21:03 +02:00
Yohan Boniface
dc0cf50513
chore: bump Leaflet.Editable to 1.3.0
2024-09-06 17:01:07 +02:00
Yohan Boniface
7c94cc05ad
Merge pull request #2105 from umap-project/explicit-empty-rule
...
feat: add explicit empty/not empty check in conditional rules
2024-09-06 16:47:37 +02:00
Yohan Boniface
6d21d47af9
feat: add explicit empty/not empty check in conditional rules
...
Also fix boolean behaviour (only true was working)
2024-09-06 16:47:19 +02:00
Yohan Boniface
e0b8e88de4
Merge pull request #2112 from umap-project/bottom-controls-zindex
...
fix: move bottom controls below panels
2024-09-06 16:37:34 +02:00
Yohan Boniface
1ab9d2bda6
Merge pull request #2111 from umap-project/fix-bounds-isonscreen
...
fix: feature.isOnScreen is now passing the "bounds" argument
2024-09-06 16:30:01 +02:00
Yohan Boniface
d019a260c0
fix: move bottom controls below panels
...
fix #2103
2024-09-06 16:29:40 +02:00
Yohan Boniface
c879914eb8
fix: feature.isOnScreen is now passing the "bounds" argument
...
Otherwise, when using the browser, we'll end up using
this._map.getBounds(), but in this case the UI may not be in the
map (may be filtered).
2024-09-06 16:08:15 +02:00
Yohan Boniface
dd79e8f923
Merge pull request #2108 from umap-project/copy-as-geojson
...
feat: add a "Copy as GeoJSON" entry in the contextmenu
2024-09-05 18:46:40 +02:00
Yohan Boniface
b8abc03684
feat: add a "Copy as GeoJSON" entry in the contextmenu
2024-09-05 17:57:23 +02:00
Yohan Boniface
a67c800ee0
wip: add integration test coverring huge path geometry editing
2024-09-05 17:54:01 +02:00
Yohan Boniface
76c3f87f67
wip: only display visible vertexmarker and do not display if too much
...
This should improve the edit experience with huge geometries. So one
can still edit the properties event if the path is big, and should
zoom in to allow the geometry to be editable.
2024-09-05 17:17:35 +02:00
Yohan Boniface
64d63ff6cc
changelog
2024-09-04 16:12:07 +02:00
Yohan Boniface
5010a09cd8
2.6.0b1
2024-09-04 16:06:08 +02:00
Yohan Boniface
a25dc0c5a1
i18n
2024-09-04 16:05:23 +02:00
Yohan Boniface
95cb396459
Merge pull request #2104 from umap-project/fix-anonymous-author
...
fix: do not try to display author name/url for anonymous maps
2024-09-04 16:01:30 +02:00
Yohan Boniface
ff014429b9
Merge pull request #2102 from umap-project/edit-circlemarker-properties
...
fix: do not fail when trying to edit a circlemarker
2024-09-04 16:00:55 +02:00
Yohan Boniface
31371cc38c
Merge pull request #2101 from umap-project/datalayers-control-expanded-with-onloadpanel
...
fix: make sure datalayersControl=expanded does not override onLoadPanel
2024-09-04 15:55:27 +02:00
Yohan Boniface
1d7ad0b4d1
Merge pull request #2099 from umap-project/register-fa-ir
...
fix: register fa-ir in LANG_INFO
2024-09-04 15:46:44 +02:00
Yohan Boniface
b6a8742abd
Merge pull request #2098 from umap-project/fix-ternary-value-comparison
...
fix: make sure to compare comparable values in ternary operators
2024-09-04 15:41:32 +02:00
Yohan Boniface
0d5f0b175a
fix: do not try to display author name/url for anonymous maps
2024-09-04 15:39:48 +02:00
Yohan Boniface
71ceb87fe2
fix: make sure datalayersControl=expanded does not override onLoadPanel
...
This value of datalayersControl exists for retrocompat only (it's now
replaced by onLoadPanel=browser)
2024-09-04 15:00:14 +02:00
Yohan Boniface
4f9b4a80c3
fix: do not fail when trying to edit a circlemarker
...
And for now open the properties panel (geometry/position may be
edited later, when Leaflet.Editable knows about CircleMarker)
2024-09-04 14:36:03 +02:00
Yohan Boniface
c976a86982
fix: make sure to compare comparable values in ternary operators
...
Comparing `"null"` (in the HTML) and `null` (in the JS) was returning
false.
2024-09-04 11:32:14 +02:00
Yohan Boniface
0be0a3d1a9
feat: display language code in footer language selector
2024-09-04 11:31:56 +02:00
Yohan Boniface
9bde88a513
fix: register fa-ir in LANG_INFO
...
fix #2086
2024-09-04 11:31:56 +02:00
Yohan Boniface
185cc65f68
Merge pull request #2100 from umap-project/fix-tilelayer-plus-button
...
fix: tilelayer plus icon were never displayed
2024-09-04 11:31:28 +02:00
Yohan Boniface
ee7439a0f9
fix: tilelayer plus icon where never displayed
...
We were testing the length of the `_layers` property, which where
sliced to `maxShown` before…
2024-09-04 11:23:20 +02:00
Yohan Boniface
c33adcf0e7
Merge pull request #2096 from umap-project/fix-more-button-icon
...
fix: correct position for more button icon
2024-09-03 15:44:12 +02:00
Yohan Boniface
f986ebf3b3
fix: correct position for more button icon
2024-09-03 15:43:19 +02:00
Yohan Boniface
c321a9e70d
Merge pull request #2095 from umap-project/fix-tilelayer-plus-button
...
fix: only show + button in tilelayer switcher when more available
2024-09-03 15:35:08 +02:00
Yohan Boniface
ca75955ca9
fix: only show + button in tilelayer switcher when more available
2024-09-03 15:34:15 +02:00
Yohan Boniface
5e6ac993d9
Merge pull request #2094 from umap-project/overpass-boundary-persistent
...
feat: make boundary persistent in overpass importer
2024-09-03 15:32:28 +02:00
Yohan Boniface
ed62ed55c4
Merge pull request #2088 from umap-project/dependabot/pip/djlint-1.35.2
...
chore: bump djlint from 1.34.1 to 1.35.2
2024-09-03 15:31:56 +02:00
Yohan Boniface
6a8be34dcc
Merge pull request #2087 from umap-project/overpass-autocomplete-context
...
feat: add more context in overpass importer autocomplete results
2024-09-03 15:31:37 +02:00
Yohan Boniface
e9b17ea9f2
feat: make boundary persistent in overpass importer
2024-09-03 15:29:40 +02:00
dependabot[bot]
5a4effd3b3
chore: bump djlint from 1.34.1 to 1.35.2
...
Bumps [djlint](https://github.com/djlint/djLint ) from 1.34.1 to 1.35.2.
- [Release notes](https://github.com/djlint/djLint/releases )
- [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/djlint/djLint/compare/v1.34.1...v1.35.2 )
---
updated-dependencies:
- dependency-name: djlint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 13:28:27 +00:00
Yohan Boniface
7f1e0084c9
Merge pull request #2089 from umap-project/dependabot/pip/mkdocs-1.6.1
...
chore: bump mkdocs from 1.6.0 to 1.6.1
2024-09-03 15:27:44 +02:00
Yohan Boniface
c50491df07
Merge pull request #2090 from umap-project/dependabot/pip/websockets-13.0.1
...
chore: bump websockets from 13.0 to 13.0.1
2024-09-03 15:27:22 +02:00
Yohan Boniface
8b71606b54
Merge pull request #2091 from umap-project/dependabot/pip/pytest-django-4.9.0
...
chore: bump pytest-django from 4.8.0 to 4.9.0
2024-09-03 15:27:08 +02:00
Yohan Boniface
cb4e62bbb8
Merge pull request #2092 from umap-project/dependabot/pip/ruff-0.6.3
...
chore: bump ruff from 0.6.2 to 0.6.3
2024-09-03 15:26:53 +02:00
dependabot[bot]
91d363c179
chore: bump ruff from 0.6.2 to 0.6.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.2...0.6.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:09:02 +00:00
dependabot[bot]
c7546267da
chore: bump pytest-django from 4.8.0 to 4.9.0
...
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django ) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases )
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst )
- [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.8.0...v4.9.0 )
---
updated-dependencies:
- dependency-name: pytest-django
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:08:51 +00:00
dependabot[bot]
bf41f9c1da
chore: bump websockets from 13.0 to 13.0.1
...
Bumps [websockets](https://github.com/python-websockets/websockets ) from 13.0 to 13.0.1.
- [Release notes](https://github.com/python-websockets/websockets/releases )
- [Commits](https://github.com/python-websockets/websockets/compare/13.0...13.0.1 )
---
updated-dependencies:
- dependency-name: websockets
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:08:47 +00:00
dependabot[bot]
c27b3bea37
chore: bump mkdocs from 1.6.0 to 1.6.1
...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases )
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.6.0...1.6.1 )
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:08:42 +00:00
Yohan Boniface
f3f61f5d98
feat: add more context in overpass importer autocomplete results
2024-09-02 17:01:04 +02:00
David Larlet
8dc0c1c3df
Merge pull request #2085 from Jean-BaptisteC/actions
...
Fix warning in worflows
2024-08-30 17:38:06 -04:00
Jean-Baptiste
32ac9ef051
Fix deprecated warnings in workflows
2024-08-30 21:16:18 +02:00