geosolutions-it / ogc-testbed

Management repository for OGC testbed and other initiatives
0 stars 0 forks source link

[Tiles API] TEQUALS filter operator works on items but not on tiles #103

Open allyoucanmap opened 4 years ago

allyoucanmap commented 4 years ago

filter (ZI001_SDV+TEQUALS+2014-09-10T19:04:37Z)

Features API returns 5 items https://vtp2.geo-solutions.it/geoserver/ogc/features/collections/vtp:vtp1_TransportationGroundCrv/items?f=application%2Fgeo%2Bjson&filter=(ZI001_SDV+TEQUALS+2014-09-10T19:04:37Z)&filter-lang=cql-text

Tiles API return an error https://vtp2.geo-solutions.it/geoserver/ogc/tiles/collections/vtp%3Avtp1_TransportationGroundCrv/tiles/WebMercatorQuad/13/3311/4913?f=application%2Fvnd.mapbox-vector-tile&filter=(ZI001_SDV+TEQUALS+2014-09-10T19:04:37Z)&filter-lang=cql-text

{
  "code": "NoApplicableCode",
  "description": "TheTContains has not an ECQL expression"
}