Open
Conversation
673ff56 to
c46ffda
Compare
jekuaitk
approved these changes
Feb 3, 2026
|
@ds-bellcom kan Jørn eller Stan hjælpe med et review på denne? |
Contributor
|
Hei @Anna-itk - it is planned this week. I do not know the exact date. @ds-bellcom |
stankut
reviewed
Feb 11, 2026
| 'zoomFiner' => $element['#zoomFiner'], | ||
| 'minZoom' => $element['#minZoom'], | ||
| 'maxZoom' => $element['#maxZoom'], | ||
| 'zoomControlPosition' => $element['#zoomControlPosition'] ?? 'topleft', |
Collaborator
There was a problem hiding this comment.
since one of the main ideas of this PR was to get rid of defining the constants more than once, I though this would be a good place to reuse the already defined constants.
However these contstants are defined as private. Maybe in the future we can consider adding extra abstraction level - e.g. interface just for that.
but it's a minor thing, i think it's also fine as it is.
stankut
approved these changes
Feb 11, 2026
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.
https://os2forms-leantime.itkdev.dk/_#/tickets/showTicket/180
Makes the map element work by adding “Zoom control position” to map element – Leaflet seems to require this setting. Also removes reference to nonexistent CSS file.
Before
The Browser console reports
After
Important
The failing checks are not related to changes in this pull request. Somebody has to clean up the checks to make them work again. #290 has been created to hopefully address this.