Tagged Questions
1
vote
1answer
77 views
Does linux suport “like '%c'” filter(cql_filter)
I can execute the following request:
http://My.host:8080/geoserver/wfs?request=GetFeature&version=1.1.0&typeName=topp:states&cql_filter=STATE_NAME like 'California'
But I can't execute ...