summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile_data.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Avoid copying feature propertiesupstream/mikhail_avoid_feature_properties_copyingMikhail Pozdnyakov2019-07-251-1/+1
|
* [core] Simplfy ToGeometryCollectionMikhail Pozdnyakov2019-07-251-32/+7
|
* [core] GeometryCollection must not be implicitly copiedMikhail Pozdnyakov2019-07-241-0/+7
|
* [core] Default GeometryTileFeature::getGeometries() implementationMikhail Pozdnyakov2019-07-241-1/+1
|
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+1
|
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-1/+4
|
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-301-8/+8
| | | | | | | | | | This patch fixes the compilation errors on QNX 7: 1) QNX 7 compiler (i.e qcc based GCC 5.4.0 with libc++ from LLVM) has a limited c++11 feature support and causing the compilation errors with the inheriting constructors. This fixes the issues by providing the required constructors explicitly. 2) Resolves an ambiguous overload error with optional<T>
* [core] document lifetimes of GeometryTileFeaturesKonstantin Käfer2017-06-211-0/+7
|
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-211-1/+1
|
* [core] Use core wagyu algorithm; move results into GeometryCollectionJohn Firebaugh2017-03-171-0/+7
|
* [core] Ensure that TileWorker can retain tileData after layoutJohn Firebaugh2016-09-061-0/+1
|
* [core] Eliminate use of util::ptr in GeometryTile* interfacesJohn Firebaugh2016-09-061-13/+6
|
* [core] const consistencyJohn Firebaugh2016-08-261-1/+1
|
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-2/+69
| | | | | | | | | | | | | | | | | | | | | | * [core] geometry.hpp 0.8.0 * geojsonvt @ 6.0.0 * Update platform deps, build scripts * Perf optimizations/cleanup * Rebase in geometry@080 * D.R.Y. etc * Ensure fill annotation geometries have closed rings. * Optimizations * Update to geojsonvt @ 6.1.0 for clean handoff between geojson parsing and geojsonvt * Apply close multi/poly geoms for line annotations as well
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-151-7/+0
|
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-59/+63
| | | | Tile is now the main base class; RasterTile, VectorTile, etc are its subclasses. GeometryTileData and its subclasses form the piece that's passed to the worker.
* [core] Remove unnecessary virtual redoPlacement overloadJohn Firebaugh2016-06-131-2/+3
|
* [core] merge similar implementation of VectorTileSource and ImageTileSourceKonstantin Käfer2016-06-101-2/+3
|
* [core] introduce TileDataObserverKonstantin Käfer2016-06-101-6/+3
| | | | avoids passing around bound callback functions
* [core] restructure TileSource construction and callbacksKonstantin Käfer2016-06-101-7/+13
|
* [core] rename VectorTileData => GeometryTileDataKonstantin Käfer2016-06-101-0/+74