Skip to content

Commit f8d614d

Browse files
author
gsherman
committed
Minor change to the python test script
git-svn-id: http://svn.osgeo.org/qgis/trunk@4989 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6af09ad commit f8d614d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mapserver_export/test_export.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# test script to export a sample QGIS project file to mapserver
44
import ms_export
5-
ex = ms_export.Qgis2Map('./lakes.qgs', './lakes.map')
5+
ex = ms_export.Qgis2Map('./test1.qgs', './test1.map')
66
ex.setOptions( 'Meters', 'PNG', 'TestMap', '800', '600', '','','template', 'header', 'footer')
77

88
ex.writeMapFile()

0 commit comments

Comments
 (0)