Joachim Schleicher
86b27ceb0f
pin marker: fix ball 'square'ish
2023-10-22 19:49:52 +02:00
Joachim Schleicher
b149a69efd
add test case for path higlight
...
therefore setting opacity of the example path to 0.6
2023-10-19 21:31:52 +02:00
Joachim Schleicher
7d6830c7c6
add test case for 88746d5
2023-10-19 21:08:57 +02:00
Joachim Schleicher
88746d593c
move higlight() into Marker class
...
options.icon pointer is invalid after hide() show() cycle.
2023-10-19 20:57:40 +02:00
Joachim Schleicher
5778c4ff65
add testcase for marker highlight
2023-10-17 21:45:05 +02:00
Joachim Schleicher
65ba1cd3ee
simply call _redraw to reset style
...
thanks for the review to @yohanboniface
2023-10-17 20:55:37 +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
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
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
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
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
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
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
Yohan Boniface
ff89125c80
Redirect to canonical URL when people share the ?edit link
2023-09-23 20:48:45 +02:00
David Larlet
98e57c150c
1.8.1
2023-09-22 14:55:46 -04:00
Yohan Boniface
dcbec3534c
Fix datalayer's data duplicated at first save
2023-09-22 20:48:08 +02:00
Yohan Boniface
17104bfcbd
Consume editMode from query string the proper way
2023-09-22 20:21:49 +02:00
David Larlet
18b43458e0
Merge pull request #1332 from umap-project/editmode-for-old-maps
...
Do not try to set editMode on _umap_options for old maps
2023-09-22 13:50:27 -04:00
Yohan Boniface
d67a17eca3
Do not try to set editMode on _umap_options for old maps
2023-09-22 19:03:01 +02:00
Yohan Boniface
27f3e08bc1
Fix anonymous maps displayed by mistake in user dashboard
2023-09-22 19:00:42 +02:00
David Larlet
500577a201
1.8.0
2023-09-22 12:29:58 -04:00
Yohan Boniface
76debf318b
i18n
2023-09-22 18:28:41 +02:00
Yohan Boniface
2c7b6153b4
i18n
2023-09-22 18:27:41 +02:00
David Larlet
2563357c02
Merge pull request #1321 from umap-project/1318-restrict-zoom-options
...
Restrict possible min/max zoom values
2023-09-22 12:12:56 -04:00
David Larlet
f6dbb7d45b
Correct url
type for background url templates
2023-09-22 12:10:53 -04:00
David Larlet
aed9e898e9
Restrict possible min/max zoom values
...
Fix #1318
2023-09-22 12:00:15 -04:00
Yohan Boniface
c36ea1e4b8
Fix error when trying to change map owner
...
This bug has been introduced with this change:
8b4842ff21
That was not the correct fix, and this one should be the proper one.
We don't want to edit the permissions reference until we do save, otherwise user
cannot save as it is already no more the owner.
So:
- change permissions.options
- save
- commit those changes to map.options.permissions
- use only those values to check for isOwner and isAnonymousMap
2023-09-22 17:34:44 +02:00
Yohan Boniface
157146dc04
Do not make map name and share status label clickable unless user can edit
2023-09-22 17:32:19 +02:00
Yohan Boniface
a04acb828d
Update Map.can_edit docstring
2023-09-22 17:32:19 +02:00
Yohan Boniface
f05bdb2ac3
Use datalayer.isDataReadOnly in feature.isReadOnly
2023-09-22 17:32:19 +02:00
Yohan Boniface
a9b9a7e955
Tests: reuse name var
2023-09-22 17:32:19 +02:00
Yohan Boniface
dfd04c33b0
Fix typo in tests
2023-09-22 17:32:19 +02:00
Yohan Boniface
e13f3ac235
Add DataLayer.isDataReadonly
...
In some places we need to know if a given datalayer can accept new
features, or not, whether because being readonly or being remote
2023-09-22 17:32:19 +02:00