in DataQuality-MapServices.sh, line 8, the sql query looks like there might be a problem in the where clause
r.url like '%WFS%' OR r.url like '%WMS%' r.url like '%wfs%' OR r.url like '%wfs%'
Shouldn't there be an 'OR' between '%WMS%' and r.url like '%wfs%' ?
in DataQuality-MapServices.sh, line 8, the sql query looks like there might be a problem in the where clause
r.url like '%WFS%' OR r.url like '%WMS%' r.url like '%wfs%' OR r.url like '%wfs%'Shouldn't there be an 'OR' between
'%WMS%'andr.url like '%wfs%'?