We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bb76e commit e7a9b91Copy full SHA for e7a9b91
python/plugins/mapserver_export/ms_export.py
@@ -34,7 +34,7 @@ def __init__(self, projectFile, mapFile):
34
self.project = projectFile
35
self.mapFile = mapFile
36
# create the DOM
37
- self.qgs = minidom.parse("/home/gsherman/test1.qgs")
+ self.qgs = minidom.parse(projectFile)
38
# init the other members that are not set by the constructor
39
self.units = ''
40
self.imageType = ''
0 commit comments