tomchadwin / web2qgis

QGIS webmap scraper
GNU General Public License v2.0
15 stars 2 forks source link

saving OpenLayers map results in looping of "Retrieving layers". #13

Closed mstuyts closed 6 years ago

mstuyts commented 6 years ago

When I try to save an OpenLayers map, it detects it correct, but when I click Save, the Python Console shows a loop of the message "Retrieving layers".

web2qgis_retrieving layers

I tested it with multiple maps, like for example https://openlayers.org/en/latest/examples/simple.html.

tomchadwin commented 6 years ago

Only the import has been coded so far, so Save doesn't yet work.

mstuyts commented 6 years ago

I'll try not to test too enthusiastic ;-). Do you want people to test the master version or the version on http://plugins.qgis.org/plugins/web2qgis/ ?

tomchadwin commented 6 years ago

Test against master. Thanks!