-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
status quo
the prepareGetFeatureUrl function is not null safe
| params.append('SRS', getMapUrl.searchParams.get('SRS')) |
This will run in to errors for wms 1.3.0 for example, cause the .get('SRS') will always return null in that case, cause the query param is CRS in version 1.3.0
ToDo
make it null safe for all versions
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working