diff options
author | Vladimir Agafonkin <agafonkin@gmail.com> | 2015-12-10 13:16:40 -0800 |
---|---|---|
committer | Vladimir Agafonkin <agafonkin@gmail.com> | 2015-12-10 13:16:40 -0800 |
commit | bd56c8634bf0683d9ee45e95a07694ed43f3ac05 (patch) | |
tree | 01ea01de2e19d8048ab6e9f9c6a20d26168a739a /src | |
parent | b44331245a01ac054a2c9614370690cb320a004b (diff) | |
download | qtlocation-mapboxgl-bd56c8634bf0683d9ee45e95a07694ed43f3ac05.tar.gz |
[core] update annotation simplification [skip ci]
This matches VT default
https://github.com/mapbox/tilelive-bridge/commit/6bd5b3cc68e86990cc9cf2b
fde5e956373cb5b0c
Diffstat (limited to 'src')
-rw-r--r-- | src/mbgl/annotation/shape_annotation_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/annotation/shape_annotation_impl.cpp b/src/mbgl/annotation/shape_annotation_impl.cpp index 30a6f6e66e..40f5d1997c 100644 --- a/src/mbgl/annotation/shape_annotation_impl.cpp +++ b/src/mbgl/annotation/shape_annotation_impl.cpp @@ -80,7 +80,7 @@ void ShapeAnnotationImpl::updateStyle(Style& style) { } void ShapeAnnotationImpl::updateTile(const TileID& tileID, AnnotationTile& tile) { - static const double baseTolerance = 10; + static const double baseTolerance = 4; static const uint16_t extent = 4096; if (!shapeTiler) { |