MapServer / MapServer-import

3 stars 2 forks source link

owsrequest should only be available if mapserver is built with wms_svr #894

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: sgillies@frii.com Date: 2004/09/24 - 16:29

conditional swigging based on definition of USE_WMS_SVR will enable owsrequest.
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2004/09/24 - 18:35

Fixed.  mapObj::loadOWSParameters uses msMapLoadOWSParameters from mapobject.c
and that function sets an error and returns MS_FAILURE if WMS Server support
was not built in.