Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/mapserver_export/ms_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self, projectFile, mapFile):
3434
self.project = projectFile
3535
self.mapFile = mapFile
3636
# create the DOM
37-
self.qgs = minidom.parse("/home/gsherman/test1.qgs")
37+
self.qgs = minidom.parse(projectFile)
3838
# init the other members that are not set by the constructor
3939
self.units = ''
4040
self.imageType = ''

0 commit comments

Comments
 (0)
Please sign in to comment.