Hi all,

QGIS suppors querying features from a WMS. Among the supported response
formats is JSON.

The current code is based on QScript, which is deprecated.

I've written some code that removes this dependency, so we can stick to
maintained Qt code and can remove a dependency from QGIS.

Now the state is as follows, the code is written, but I couldn't test it
because I don't know a WMS server with this behavior.

If someone could point me towards a server that responds with JSON
formatted feature information, I can make sure, the new code behaves the
way it should.

If not, I'll just keep the old code around on any system that has
QScript available (which should be almost any system out there) and only
resort to the untested code when QScript is not available in the build
environment.

Thanks a lot in advance

Matthias

_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to