Make sure GeoJSON is properly parsed. This is a bit hacky as it has to go QJSValue -> QVariant -> QJsonDocument -> QString and then JSON is again parsed by MapLibre, but this works. It can be improved in the future if needed.
Add ImageParameter to be able to add an image from Qt resources system (or local file) directly.
Implicitly closes #145 as I can not reproduce the issue.
QJSValue
->QVariant
->QJsonDocument
->QString
and then JSON is again parsed by MapLibre, but this works. It can be improved in the future if needed.ImageParameter
to be able to add an image from Qt resources system (or local file) directly.Implicitly closes #145 as I can not reproduce the issue.