mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
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:
parent
b58e7a7f57
commit
66fab04f5c
@ -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(),
|
||||
|
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user