mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Minor change to the python test script
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4989 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
d241c5fb4c
commit
166f8dbbc7
@ -2,7 +2,7 @@
|
||||
|
||||
# test script to export a sample QGIS project file to mapserver
|
||||
import ms_export
|
||||
ex = ms_export.Qgis2Map('./lakes.qgs', './lakes.map')
|
||||
ex = ms_export.Qgis2Map('./test1.qgs', './test1.map')
|
||||
ex.setOptions( 'Meters', 'PNG', 'TestMap', '800', '600', '','','template', 'header', 'footer')
|
||||
|
||||
ex.writeMapFile()
|
||||
|
Loading…
x
Reference in New Issue
Block a user