Skip to content

Commit

Permalink
Fixing #237
Browse files Browse the repository at this point in the history
close #237
  • Loading branch information
SimonSAMPERE committed Sep 12, 2019
1 parent d54b56f commit 7e5c931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tools.py
Expand Up @@ -258,7 +258,7 @@ def special_search(self, easter_code="isogeo"):
logger.error("WMS layer failed: {}".format(wms_lyr.error().message()))

# WFS
uri = QgsDataSourceURI()
uri = QgsDataSourceUri()
uri.setParam("url", "http://noisy.hq.isogeo.fr:6090/geoserver/Isogeo/ows?")
uri.setParam("service", "WFS")
uri.setParam("version", "1.1.0")
Expand Down

0 comments on commit 7e5c931

Please sign in to comment.