File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/plugins/mapserver_export Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def run(self):
78
78
if result == 1 :
79
79
# get the settings from the dialog and export the map file
80
80
print "Creating exporter using %s and %s" % (self .dlg .ui .txtQgisFilePath .text (), self .dlg .ui .txtMapFilePath .text ())
81
- exporter = Qgis2Map (self .dlg .ui .txtQgisFilePath .text (), self .dlg .ui .txtMapFilePath .text ())
81
+ exporter = Qgis2Map (str ( self .dlg .ui .txtQgisFilePath .text ()), str ( self .dlg .ui .txtMapFilePath .text () ))
82
82
print "Setting options"
83
83
exporter .setOptions (
84
84
self .dlg .ui .cmbMapUnits .currentText (),
Original file line number Diff line number Diff line change 2
2
3
3
# Form implementation generated from reading ui file 'qgsmapserverexportbase.ui'
4
4
#
5
- # Created: Mon Jan 7 17:08:49 2008
5
+ # Created: Thu Jan 17 14:02:57 2008
6
6
# by: PyQt4 UI code generator 4.3.3
7
7
#
8
8
# WARNING! All changes made in this file will be lost!
You can’t perform that action at this time.
0 commit comments