-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
filterType
source param and use QGIS EXP_FILTER
when param is…
… `qgis` (#1536) * Separate filter creation, add `filterType` param * Support QGIS expression filters; `EXP_FILTER` * Support `getFeature` on QGIS Server layers * Remove duplicate statement * Missing semicolon * Support QGIS's `EXP_FILTER` in offline wfs layer * Fix for QGIS filters when not using extent * Fixed linter errors * Fixed spelling error * Removed default that is already set on the source * Moved source defaults back to wfs.js * Returned standard queries using BBOX parameter * Add layer names to ids for QGIS support * Indentation fix * Revert "Support QGIS's `EXP_FILTER` in offline wfs layer" This reverts commit 9d529ca. * Revert "Missing semicolon" This reverts commit a63e0b9. * Revert "Remove duplicate statement" This reverts commit 1c486ba. * Mark _createQueryFilter() as private * Fix incorrect comment * Revert "Support `getFeature` on QGIS Server layers" This reverts commit c4394a7. * Fix incorrect function call * Allow filterType on layer level * Revert "Allow filterType on layer level" This reverts commit 6c5055b.
- Loading branch information
Showing
3 changed files
with
124 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters