Skip to content

Bug: null values inside prepareGetFeatureUrl #19

Description

@jokiefer

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions