MapServer / MapServer-import

3 stars 2 forks source link

3 SLD functions aren't prototyped properly unless USE_OGR #1337

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: sgillies@frii.com Date: 2005/05/01 - 16:54

in mapogcsld.h, the prototypes for msSLDGenerateSLD, msSLDApplySLD,
msSLDApplySLDURL need to be moved outside the #ifdef USE_OGR block.  Stubs for
these functions exist and need the prototypes.
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2005/05/01 - 17:10

Fixed in CVS HEAD.  This problem only crops up when users configure without
GDAL/OGR and so was easy to overlook.