MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / mapboxFilterToWfsFilter

Function mapboxFilterToWfsFilter

src/common/util/FilterCondition.js:331–336  ·  view source on GitHub ↗
(filter)

Source from the content-addressed store, hash-verified

329}
330
331function mapboxFilterToWfsFilter(filter) {
332 const body = mapboxFilterToWfsFilterBody(filter);
333 if (!body) { return ''; }
334 return `<fes:Filter>${body}
335</fes:Filter>`;
336}
337
338function mapboxFilterToQueryFilter(filter, dataType, type = 'SQL') {
339 if (type === 'SQL') {

Callers 2

negateComparisonFunction · 0.85

Calls 1

Tested by

no test coverage detected