summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/within.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix within expression serialization + fix within expression equal oper...zmiao2020-03-051-1/+1
* [core] Add bounding box overlapping check before line within polygon testzmiao2020-02-211-1/+3
* [core] Remove unnecessary includes, fix commentszmiao2020-02-211-4/+1
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-211-1/+2
* [core] Add support for "line within polygon"zmiao2020-02-211-9/+3
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-121-1/+1
* Add support for expression testzmiao2020-02-121-2/+2
* Enable within expression with Filterzmiao2020-02-121-2/+4
* Enable parse within expressionzmiao2020-02-121-0/+43