summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-2/+2
* [core] Fix performance-for-range-copy errorsThiago Marcos P. Santos2020-03-231-4/+4
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-121-20/+25
* Add support for expression testzmiao2020-02-121-0/+77
* Enable parse within expressionzmiao2020-02-121-1/+1
* [core] Fix Integer overflow when converting tileCoordinates to LatLon (#15560)zmiao2019-09-051-2/+2
* [core] Fix use after std::move detected by clang-tidyThiago Marcos P. Santos2019-08-191-0/+1
* [core] Avoid copying feature propertiesMikhail Pozdnyakov2019-07-251-0/+5
* [core] GeometryCollection must not be implicitly copiedMikhail Pozdnyakov2019-07-241-12/+11
* [core] Default GeometryTileFeature::getGeometries() implementationMikhail Pozdnyakov2019-07-241-0/+5
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+1
* [core] Use core wagyu algorithm; move results into GeometryCollectionJohn Firebaugh2017-03-171-69/+13
* Added wagyu and removed angus clipperBlake Thompson2017-03-171-46/+68
* compare polygon ring areas absolutelynode-v3.4.4-13e504Dane Springmeyer2017-02-091-1/+1
* [core] Re-close polygons after clipping with clipperJohn Firebaugh2016-07-061-1/+8
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-160/+164
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-1/+1
* [core] merge similar implementation of VectorTileSource and ImageTileSourceKonstantin Käfer2016-06-101-7/+5
* [core] move parsePending() call to TileDataKonstantin Käfer2016-06-101-6/+8
* [core] introduce TileDataObserverKonstantin Käfer2016-06-101-20/+15
* [core] restructure TileSource construction and callbacksKonstantin Käfer2016-06-101-70/+66
* [core] rename VectorTileData => GeometryTileDataKonstantin Käfer2016-06-101-0/+215