Skip to content

Commit

Permalink
Latest libs-carto, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mtehver committed Feb 5, 2021
1 parent bcd7f37 commit a0c0065
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
-------------------

Expand Down
4 changes: 1 addition & 3 deletions all/native/vectorelements/NMLModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>& geometry);

/**
* Sets the location for this model.
* @param pos The new map position that defines the location of this model.
Expand All @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libs-carto

0 comments on commit a0c0065

Please sign in to comment.