Fixes to the mapserver exporter

git-svn-id: http://svn.osgeo.org/qgis/trunk@7999 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2008-01-17 23:30:04 +00:00
parent b58e7a7f57
commit 66fab04f5c
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ class MapServerExport:
if result == 1:
# get the settings from the dialog and export the map file
print "Creating exporter using %s and %s" % (self.dlg.ui.txtQgisFilePath.text(), self.dlg.ui.txtMapFilePath.text())
exporter = Qgis2Map(self.dlg.ui.txtQgisFilePath.text(), self.dlg.ui.txtMapFilePath.text())
exporter = Qgis2Map(str(self.dlg.ui.txtQgisFilePath.text()), str(self.dlg.ui.txtMapFilePath.text()))
print "Setting options"
exporter.setOptions(
self.dlg.ui.cmbMapUnits.currentText(),

View File

@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'qgsmapserverexportbase.ui'
#
# Created: Mon Jan 7 17:08:49 2008
# Created: Thu Jan 17 14:02:57 2008
# by: PyQt4 UI code generator 4.3.3
#
# WARNING! All changes made in this file will be lost!