-
-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add basic support for WMS layers < 1.3.0, improve bbox handling #5266
Open
GeoSander
wants to merge
26
commits into
geonetwork:3.12.x
Choose a base branch
from
GeoSander:wms-fix
base: 3.12.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+369
−207
Open
Changes from 11 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4ccf057
Exclude all *.log files
GeoSander c2bed01
Use (reprojected) initialExtent for zoomToMaxExtent
GeoSander 96bd332
Added missing semicolon
GeoSander 9aef45b
Added new WMS failure message
GeoSander 49b1ccd
Improved alerts for WMS services
GeoSander ec9a748
Added suppport for WMS services
GeoSander 93a84a7
Added isCustomProj4Def function
GeoSander b0d7a0b
Improved WMS support, removed unused functions
GeoSander bf1a3cf
Added Proj4 check for viewer map
GeoSander cf226bd
Added minimal support for WMS layers prior to version 1.3.0
GeoSander 7334aa8
Removed cextent leftovers
GeoSander 120eb6a
Pass on WMS version when updating layer
GeoSander f372d4e
Removed console log
GeoSander 78e1ef8
Moved style set out of promise
GeoSander d4697d6
Loop inside changeLayerProjection, use reverse array to preserve laye…
GeoSander f5b7d9e
Let OL figure out the WMTS matrixSet based on the projection (name mi…
GeoSander 2bce7e4
Fixed isCustomProj4Def() function (compare Projection properties)
GeoSander 5cd1840
Fixed errors when response data is missing
GeoSander b1fba1d
Do not use gnViewerSettings.initialExtent: it is useless without an i…
GeoSander 1f6bddd
Improved axis orientation handling for certain projections and WMTS l…
GeoSander a2a5c09
Improved new extent calculation, added reloadOwsLayer function that a…
GeoSander 7207e26
Remove layer only if promise was successful
GeoSander 136aa39
Removed custom projection functionality
GeoSander 9dd92ae
Improved getWmsLayerExtentFromGetCap function
GeoSander 9588d3a
Removed custom projection functionality, simplified WMS extent handling
GeoSander 32b0d3e
Fixed axis order check
GeoSander File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want to exhaust EPSG.io, so we keep a dictionary of cached Proj4 definitions