Opened 9 years ago
Closed 9 years ago
#1586 closed defect (fixed)
MapServer demo application not compatible with version 7.0
Reported by: | kalxas | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | OSGeoLive9.5 |
Component: | OSGeoLive | Keywords: | mapserver |
Cc: | live-demo@… |
Description
After upgrading to MapServer 7.0 the demo application (from version 6.0) is incompatible:
loadLayer(): Unknown identifier. Annotation Layers have been removed. To obtain same functionality, use a layer with lable->styles and no class->styles
Change History (2)
comment:1 by , 9 years ago
- install_mapserver.sh uses http://download.osgeo.org/livedvd/data/mapserver/mapserver-itasca-ms60.zip
- a new itasca zip for mb70 is needed
- in itasca.map you have to replace TYPE ANNOTATION (not supported anymore) with TYPE POINT
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Pull request:
https://github.com/OSGeo/OSGeoLive/pull/56
Tested in nightly build 21 and works fine.
Note:
See TracTickets
for help on using tickets.