qwc-services / qwc-config-generator

QWC Config Generator
2 stars 12 forks source link

Custom property is mandatory to import project #32

Closed albtrentadue closed 3 years ago

albtrentadue commented 3 years ago

Hi I am testing the qwc-service stack deployment and trying to import a simple .qgs project with 1 single layer made up from data in a .csv file My project is not converted and moved into the server /data path and, looking into the log messages, I discovered that if the layer does not have set the custom property 'convert_categorized_layer' to true, it will be silently skipped and, being the only layer in the project, the whole project is silently skipped - the config GUI would not report anything. Would it make sense to report the project discard to the user through the config GUI?

How do I set 'convert_categorized_layer' to true in the project's layer using QGIS-3.16 desktop? Thank you for help!

albtrentadue commented 3 years ago

I found that this is not an issue because I followed a wrong QGIS project import procedure. I am closing the issue.