[QGIS-Developer] WMS GetFeatureInfo: Test Server with JSON support?
Michel Stuyts
michel.stuyts at edegem.be
Fri Dec 8 00:38:22 PST 2017
This server supports JSON
https://ro.ruimtevlaanderen.be/drodsi-geoserver/wms
Michel
-----Oorspronkelijk bericht-----
Van: QGIS-Developer [mailto:qgis-developer-bounces at lists.osgeo.org] Namens Matthias Kuhn
Verzonden: donderdag 7 december 2017 9:30
Aan: qgis-developer at lists.osgeo.org
Onderwerp: [QGIS-Developer] WMS GetFeatureInfo: Test Server with JSON support?
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 at lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
More information about the QGIS-Developer
mailing list