Skip to content

Commit

Permalink
Changed advanced-comparison-operators to use the conformance class in…
Browse files Browse the repository at this point in the history
…stead of the requirements class (#507)

* Extend the CQL_ADV_COMPARISON list

---------

Co-authored-by: Matthias Mohr <[email protected]>
  • Loading branch information
drnextgis and m-mohr authored Nov 21, 2024
1 parent 834259d commit 32eaefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ApiCapabilitiesMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const CQL_JSON = [
'http://www.opengis.net/spec/cql2/1.*/conf/cql2-json'
];

const CQL_ADV_COMPARISON = ['http://www.opengis.net/spec/cql2/1.*/req/advanced-comparison-operators'];
const CQL_ADV_COMPARISON = ['http://www.opengis.net/spec/cql2/1.*/conf/advanced-comparison-operators'];

import { mapGetters } from "vuex";

Expand Down

0 comments on commit 32eaefd

Please sign in to comment.