-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
LayerSourcesIssues related to Layman, Micka, WMS, WFS, etc.Issues related to Layman, Micka, WMS, WFS, etc.bug
Description
Bug
Describe the bug
Unrecognised style type during file upload - .qml is identified as SLD.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
QML saved as QML, SLD as SLD
Screenshots
Additional context
"style": {
"type": "sld",
"url": "https://geoportal.kraj-lbc.cz/client/rest/workspaces/jan/layers/obce/style"
},
should be
"style": {
"type": "qml",
"url": "https://geoportal.kraj-lbc.cz/client/rest/workspaces/jan/layers/obce/style"
},
Metadata
Metadata
Assignees
Labels
LayerSourcesIssues related to Layman, Micka, WMS, WFS, etc.Issues related to Layman, Micka, WMS, WFS, etc.bug