Opened 18 years ago

Last modified 16 years ago

#1666 closed defect

Convert GEOS support to use the GEOS C API — at Initial Version

Reported by: sdlime Owned by: sdlime
Priority: high Milestone:
Component: MapServer C Library Version: 4.8
Severity: normal Keywords:
Cc:

Description

Currently GEOS support uses the straight C++ API which has tended to be a bit 
fragile. We need to use the new C wrapper API instead. Should be pretty 
straight forward and involves:

  - adding a new mapgeos.c to replace mapgeos.cpp
  - converting the code in mapgeos.cpp to use the C API
  - add GEOSinit() and GEOSfinish() to msSetup() and msFinish() respectively

Steve

Change History (0)

Note: See TracTickets for help on using tickets.