summaryrefslogtreecommitdiff
path: root/include/mbgl/style/filter_evaluator.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-0/+5
|
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-091-23/+69
| | | | | | | | * [core] Introduce dedicated filter types for $type and $id special cases * [ios, macos] Special-case $id, $type in predicates Also support $id ≟ nil.
* [core] Use PropertyMap typedefJohn Firebaugh2017-01-041-2/+2
|
* update filter doc usage example (#6202)Dane Springmeyer2016-08-311-5/+2
|
* [core] Add support for $id key to filtersJohn Firebaugh2016-07-181-5/+25
| | | | https://github.com/mapbox/mapbox-gl-style-spec/issues/391
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-0/+11
| | | | | | | | | | | | | | | | | | | | | | * [core] geometry.hpp 0.8.0 * geojsonvt @ 6.0.0 * Update platform deps, build scripts * Perf optimizations/cleanup * Rebase in geometry@080 * D.R.Y. etc * Ensure fill annotation geometries have closed rings. * Optimizations * Update to geojsonvt @ 6.1.0 for clean handoff between geojson parsing and geojsonvt * Apply close multi/poly geoms for line annotations as well
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-1/+1
|
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-151-0/+181