summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression/within.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove unnecessary intermediate PolygonFeaturezmiao2020-03-051-41/+8
* [core] Fix within expression serialization + fix within expression equal oper...zmiao2020-03-051-17/+29
* [core] Make within expression support generic geoJSON datazmiao2020-03-051-22/+51
* [core] Add bounding box overlapping check before line within polygon testzmiao2020-02-211-40/+53
* [test-runner] Add new metricszmiao2020-02-211-1/+1
* [core] Remove unnecessary includes, fix commentszmiao2020-02-211-2/+1
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-211-94/+72
* [core] Move geometry within algorithm to utilzmiao2020-02-211-147/+6
* [core] Add support for "line within polygon"zmiao2020-02-211-4/+197
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-121-23/+13
* Add support for expression testzmiao2020-02-121-32/+99
* Enable within expression with Filterzmiao2020-02-121-26/+32
* Enable parse within expressionzmiao2020-02-121-0/+139