summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/within.hpp
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-03-10 00:01:34 +0200
committerzmiao <miao.zhao@mapbox.com>2020-04-22 15:53:08 +0300
commite52f23795d130e3a6f19c39d90c61a707c3de46e (patch)
tree9693c271c5b390a668eab7ad81a2a21fdb67f3bb /include/mbgl/style/expression/within.hpp
parent78b09885253f534efceab96e93dd66ef0923cd74 (diff)
downloadqtlocation-mapboxgl-e52f23795d130e3a6f19c39d90c61a707c3de46e.tar.gz
[core] Introduce distance expression
Add distance unit choices Fix cmake and add license Add support for LineString Features Add template to geometry helper function Only support line and point Rename geometry_within.cpp hpp file to geometry_util.cpp .hpp Remove incorrect indexFilter, fix pointSetsDistance Fix distance expression
Diffstat (limited to 'include/mbgl/style/expression/within.hpp')
-rw-r--r--include/mbgl/style/expression/within.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/style/expression/within.hpp b/include/mbgl/style/expression/within.hpp
index a8e45f9bf0..37e27f4940 100644
--- a/include/mbgl/style/expression/within.hpp
+++ b/include/mbgl/style/expression/within.hpp
@@ -2,7 +2,6 @@
#include <mbgl/style/expression/expression.hpp>
#include <mbgl/util/geojson.hpp>
-#include <mbgl/util/geometry_within.hpp>
#include <mbgl/util/optional.hpp>
namespace mbgl {