[QGIS-Developer] WMS GetFeatureInfo: Test Server with JSON support?

Matthias Kuhn matthias at opengis.ch
Thu Dec 7 00:30:00 PST 2017


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



More information about the QGIS-Developer mailing list