Skip to content

Commit

Permalink
Fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Jul 17, 2017
1 parent d4c38a8 commit 3520161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gml_application_schema_toolbox/gui/download_wfs2_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def download(self):
return

params = {
'typename': ','.join(typenames),
'typename': typenames,
'maxfeatures': self.featureLimitBox.value(),
}

Expand Down

0 comments on commit 3520161

Please sign in to comment.