geopython / MetaSearch

*** We have moved! MetaSearch is now a core QGIS plugin! (2014-11-30). See QGIS repository
https://hub.qgis.org/wiki/quantum-gis/MetaSearch
Other
4 stars 12 forks source link

add different save ows name strategies #27

Closed rduivenvoorde closed 10 years ago

rduivenvoorde commented 10 years ago

became a little more complex then I hoped, please review and test

one bug fixed: https://github.com/geopython/MetaSearch/blob/master/plugin/MetaSearch/dialogs/maindialog.py#L652 saving a Setting with a key part like 'OGC:WMS/OGC:WMTS' silently failed. So I changed it to a simpler: "wms from MetaSearch"

Pressing the enter button now closed the dialog with me (as I had earlier myself with another plugin). Fixed with line 105

tomkralidis commented 10 years ago

@rduivenvoorde I get an error when trying build the .ui file (using pyuic4 from OSGeo4W):

pyuic4 -o maindialog.py maindialog.ui

"An unexpected error occurred."

rduivenvoorde commented 10 years ago

@tomkralidis plz try again