Skip to content

New Release v1.14.0 - #minor#787

Merged
ltshb merged 131 commits intomasterfrom
develop
Apr 17, 2024
Merged

New Release v1.14.0 - #minor#787
ltshb merged 131 commits intomasterfrom
develop

Conversation

@ltshb
Copy link
Contributor

@ltshb ltshb commented Apr 15, 2024

ismailsunni and others added 30 commits April 3, 2024 21:12
Some GPX file might not have metadata and it is ok to have it null. Due to
this GPX file without metadata could not be loaded correctly. When no
metadata was present, even if the file was a local file, the load gpx data
plugin was triggered. On a deployment we could see an error on HTTP where
the plugin tried to load GPX file on https://sys-map.dev.bgdi.ch/FILE_NAME
while on localhost it tried to do on localhost which gave a differant answer.

So this triggered some weird bug. Now we allow GPX without metadata and
only trigger the GPX load plugin when no data is present regardless of the metadata

Also make sure to set the layer error in case of GPX load failure
ltshb and others added 9 commits April 15, 2024 10:33
Issue : When selecting a drawing feature outside of the drawing mode, an error log would appear in the console explaining there were no coordinates.

Fix : We use 'getCoordinates()' instead of 'coordinates' in the map interactions composable.
When creating a feature, if the coordinates are undefined, we set them to null.
This service returned a HTTP 400.
- Moved the code to composition api.
- Added copy button to copy the content of the iframe example
- On input click select the whole input, which make easier to copy
PB-393: Added copy button for embed iframe example
@ltshb ltshb requested a review from ltkum April 15, 2024 14:14
@github-actions github-actions bot changed the title new release New Release v1.14.0 - #minor Apr 15, 2024
@cypress
Copy link

cypress bot commented Apr 15, 2024

Passing run #1765 ↗︎

0 161 19 0 Flakiness 0

Details:

Merge pull request #761 from geoadmin/fix-PB-360-kml-not-printed
Project: web-mapviewer Commit: 85260e9165
Status: Passed Duration: 05:45 💡
Started: Apr 17, 2024 7:09 AM Ended: Apr 17, 2024 7:14 AM

Review all test suite changes for PR #787 ↗︎

ltshb and others added 7 commits April 15, 2024 16:35
When entering in the search bar regex special characters the search bar could
crash especially when entering `(` or `)`.
When closing the search bar result we focus on the input in order to be able
to directly change the input again. When selecting a result entry we then
close the results but also focus on the search input.

Now the ESC key is a toggling result and when pressing enter on the search
input we jump to the first result (opening the result if needed)
During e2e tests of the search bar, the console had errors due to invalid
search layer mocking response.
When removing the swisssearch from the url or when removing its value, a null
value was set in the store which make a crash (happened during e2e tests).

Now we are using the parameter default value
The layer parameter in this case is a string and not an object
@ltshb ltshb requested a review from LukasJoss April 15, 2024 14:54
PB-360: Remove circular reference and unused properties from KML layer.
@ltshb ltshb merged commit 19e4d1f into master Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants