Conversation
…o test with swisssearch set
…ery string when sharing location.
PB-1480: Fix bug with swissearch and crosshair together
With the work done on PB-1548, we have solved a flakyness in the behavior of the drawing module. Which means the tests did not have any issues, our code had some issues. We reinstate the tests so we can be warned when something is wrong
- We added a warning button in the ExtLayerInfoButton, similar to the error button - small test to check that layers which are partially out of bound show it
- using flattenextent function to flatten the extent - use a computed for the ExtLayerInfoButton theme - adding forgotten font awesome icons
PB-1151: showing warning messages in the menu
The tests were flaky in the way that they couldn't select the correct elements for testing. With closing the menu and adding some assertions of the elements being visible it seems that we slow down cypress enough so that the selection is correct now
Fix flaky importToolMaps tests
I will need to use the tooltip in the elevation profile module, so I've exported the component for the tooltip as a "lib"
and add it to the main.scss imports
no unit test for package tooltip, so removing targets (so that they don't get called and fail)
tailwind applies a max-width: 100% to all img tags, and that was breaking our BG wheel (S)CSS
to mitigate some edge case bug in Vue's defineTemplate function, if you name the variable the same name as the template ref it starts spewing warning message like crazy when the project is bundled/built and imported elsewhere
PB-1384 : tooltip module
…ic-scroll PB-1493 : Add iframe parameter to scroll / zoom with CTRL
PB-1048-harmonize dropdown buttons
…ion-profile-layer-description PB-1563: Fix tailwindcss typo to fix the print bug.
Issue: When parsing a legacy link, KML layers would use the standard style. Those KMLs were most likely designed on the old viewer, where they were rendered with the `geoadmin` style. Users would like their KMLs to still have the same style as they used to. Fix: When loading a legacy KML layer, we set its style to geoadmin.
…egacy-links PB-1494: use geoadmin style on legacy links
…pare' Issue : When pressing 'compare' on a map with no active layers, the user had no feedback letting him know why the slider wasn't showing up. Fix : Added a hint which is displayed when no layers are active
…re-slider PB-419 : Add feedback indicating absence of layers when pressing 'compare'
adapt SCSS code to SASS 1.77.7 (see https://sass-lang.com/documentation/breaking-changes/mixed-decls/) -> moving all "main" declaration before any nested declaration
after switching to OL v10.5.0 our code that tests a drag&drop edit of a marker is broken. I tried all the tricks in the books but couldn't make it work again. Removing that test entirely
Update libs
Some COGs we provide aren't encoded with an EPSG number in the corresponding field, but with a specific number telling us it is a "user defined CRS". In order to be able to detect such COGs, I've added a technical name to both LV95 and LV03, which will be used to detect COGs that are in such format.
…-detection PB-1605 : detect COG projection based on name when no EPSG found
Issue : we adapted the CSS for the generic pop up which holds the 3d features info for now , but the styling doesn't please our users who are using the drawings. Fix : We revert the changes and the 3d pop up will be done when we can get it from the backend :)
still incorporating the new SMS REGEX and the fact that we need to translate the content of the feature so that the 3D building tooltip works as expected
…escriptions-readability PB-1561: revert CSS changes to generic feature pop up windows
web-mapviewer
|
||||||||||||||||||||||||||||
| Project |
web-mapviewer
|
| Branch Review |
master
|
| Run status |
|
| Run duration | 01m 24s |
| Commit |
|
| Committer | Pascal Barth |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
1
|
|
|
0
|
|
|
48
|
| View all changes introduced in this branch ↗︎ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test link