From a0c00654c2f7c19f092956cca035b5511fc010a1 Mon Sep 17 00:00:00 2001 From: mtehver Date: Fri, 5 Feb 2021 11:46:19 +0200 Subject: [PATCH] Latest libs-carto, updated changelog --- NEWS.md | 10 ++++++++++ all/native/vectorelements/NMLModel.h | 4 +--- libs-carto | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index ff8133dfa..5f4bcf285 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +CARTO Mobile SDK 4.3.4 +------------------- + +### Changes/fixes: + +* Fixed out of range memory access issues when packing large VT geometries +* Fixed an issue in VT line clipping implementation causing missing initial vertices in border cases +* Optimizations when converting GeoJSON data to vector tile format (GeoJSONVectorTileDataSource) + + CARTO Mobile SDK 4.3.4RC1 ------------------- diff --git a/all/native/vectorelements/NMLModel.h b/all/native/vectorelements/NMLModel.h index 8cbaf0dbf..ab26f44aa 100644 --- a/all/native/vectorelements/NMLModel.h +++ b/all/native/vectorelements/NMLModel.h @@ -66,6 +66,7 @@ namespace carto { * @param geometry The new geometry object that defines the location of this model. */ void setGeometry(const std::shared_ptr& geometry); + /** * Sets the location for this model. * @param pos The new map position that defines the location of this model. @@ -77,13 +78,11 @@ namespace carto { * @return The rotation axis vector. */ MapVec getRotationAxis() const; - /** * Returns the rotation angle of this model. * @return The rotation angle of this model in degrees. */ float getRotationAngle() const; - /** * Sets the rotation of this model using an axis and an angle. * @param axis The axis of rotation. @@ -96,7 +95,6 @@ namespace carto { * @return model The relative scale. */ float getScale() const; - /** * Sets the scale of this model. The default is 1. * @param scale The relative scale of this model. diff --git a/libs-carto b/libs-carto index 7ce1f9904..bdf21bff3 160000 --- a/libs-carto +++ b/libs-carto @@ -1 +1 @@ -Subproject commit 7ce1f9904beec41111a20aab79479d0e733e20e0 +Subproject commit bdf21bff39f138a18d045d6069137cee96718642