Skip to content

Commit 32eaefd

Browse files
drnextgism-mohr
andauthored
Changed advanced-comparison-operators to use the conformance class instead of the requirements class (#507)
* Extend the CQL_ADV_COMPARISON list --------- Co-authored-by: Matthias Mohr <[email protected]>
1 parent 834259d commit 32eaefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ApiCapabilitiesMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const CQL_JSON = [
99
'http://www.opengis.net/spec/cql2/1.*/conf/cql2-json'
1010
];
1111

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

1414
import { mapGetters } from "vuex";
1515

0 commit comments

Comments
 (0)