summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile_data.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [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