On 26/02/2019 01.47, Mike Flannigan wrote: > > I use qgis2web on a Windows machine. Am I naive to think > that others cannot obtain the underlying data for this map: > http://www.mflan.com/temp/wind/index.html > > If that data can be obtained I would like to know the > procedure one would use to obtain it. > > I'm thinking my map is not geojson, but I could > be wrong.
I think if you do not want to release the underlying data, the only solution is to run a WMS-server with your data ( preferebly QGIS-Server :-) ). Then you only server images. and it is harder (but also not impossible if you want to show featureinfo data) to harvest the data. You could even use the same ol3 html viewer you use now but change the ol.source.Vector-layer to an WMS layer in the layer.js file. But... you need a QGIS-server (or other WMS) for that to work, and some knowledge of OpenLayers/Javascript coding. Richard _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
