Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/mapserver_export/test_export.py

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.