Skip to content

Unrecognised style type during file upload #6052

@jmacura

Description

@jmacura

Bug

Describe the bug
Unrecognised style type during file upload - .qml is identified as SLD.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
QML saved as QML, SLD as SLD

Screenshots

Image

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

Labels

LayerSourcesIssues related to Layman, Micka, WMS, WFS, etc.bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions