Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor change to the python test script
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4989 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Mar 9, 2006
1 parent d241c5f commit 166f8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mapserver_export/test_export.py
Expand Up @@ -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()

0 comments on commit 166f8db

Please sign in to comment.