Bug report #2894
Mapserver export: mangles shapefile paths in mapfile (layerid=0)
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Richard Duivenvoorde | ||
Category: | Python plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12954 |
Description
When exporting a project file to mapserver's mapfile the paths to shapefiles (DATA "/path/...") gets written with a "|layerid=0" substring appended, making them all unresolvable to mapserver.
The substring seems to be also in the project file itself, and works fine there (<datasource>) just needs to be split before writing to mapfile.
Associated revisions
fix #2894
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13937 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2894
git-svn-id: http://svn.osgeo.org/qgis/trunk@13937 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer about 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in 75ce1bce (SVN r13938).