summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/vector_tile_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-1/+1
* [core] Avoid copying feature propertiesMikhail Pozdnyakov2019-07-251-2/+5
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-7/+8
* [core] Fix VectorTileFeature::getValue() semantics after geometry@v1.0.0Bruno de Oliveira Abinader2018-11-261-1/+2
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-1/+1
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-211-5/+3
* [core] switch to vector-tile library for decoding Mapbox vector tilesKonstantin Käfer2017-06-211-204/+48
* [core] add benchmark for vector tile parsingKonstantin Käfer2017-06-211-0/+247
* [core] Merge vector_tile_data.{hpp,cpp} into vector_tile.{hpp,cpp}John Firebaugh2016-06-131-28/+0
* [core] Remove unnecessary explicit destructorsJohn Firebaugh2016-06-131-2/+0
* [core] Eliminate static {Vector,Raster}TileData::parseDataJohn Firebaugh2016-06-131-2/+4
* [core] Merge FileBasedTileSource and TileSourceJohn Firebaugh2016-06-101-4/+3
* [core] Factor common code into FileBasedTileSourceJohn Firebaugh2016-06-101-9/+3
* [core] Simplify FileBasedTileSourceJohn Firebaugh2016-06-101-1/+1
* [core] Merge VectorTileSource into VectorTileDataJohn Firebaugh2016-06-101-2/+10
* [core] Eliminate TileData dependency on TileSourceJohn Firebaugh2016-06-101-2/+7
* [core] Push conditional initialization into subclassesJohn Firebaugh2016-06-101-0/+22
* [core] rename VectorTileData => GeometryTileDataKonstantin Käfer2016-06-101-215/+0
* [core] introduce a RasterTileMonitorKonstantin Käfer2016-06-101-6/+5
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-101-1/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-3/+3
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-3/+3
* [core] rename TileData::State to DataAvailability and make it privateKonstantin Käfer2016-05-251-7/+9
* [core] split TileData::State::obsolete into its own thingKonstantin Käfer2016-05-251-4/+4
* [core] normalize TileData::State::obsolete handlingKonstantin Käfer2016-05-251-8/+3
* [core] remove TileData::State::loadedKonstantin Käfer2016-05-251-6/+5
* [core] remove unused TileData::hasData()Konstantin Käfer2016-05-251-4/+0
* [core] TileData::isReady() => TileData::isRenderable()Konstantin Käfer2016-05-251-1/+1
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-181-0/+1
* [core] Simplify parametersJohn Firebaugh2016-05-171-5/+11
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+2
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-1/+1
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-1/+1
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-5/+34
* [core] only render tiles that have dataKonstantin Käfer2016-04-061-0/+4
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-0/+183