summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/vector_tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-4/+4
* [core] switch to vector-tile library for decoding Mapbox vector tilesKonstantin Käfer2017-06-211-4/+1
* [core] add benchmark for vector tile parsingKonstantin Käfer2017-06-211-298/+2
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-4/+1
* [core] use the last field in a property value, rather than the first fieldKonstantin Käfer2017-06-031-10/+17
* [core] interpret missing field in vector tile values as null instead of falseKonstantin Käfer2017-06-031-1/+1
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-5/+5
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-2/+2
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-2/+2
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-1/+5
* [core] Remove unnecessary unordered_map includesJohn Firebaugh2017-03-211-1/+0
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-27/+43
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-2/+1
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-141-3/+3
* [core] Ensure that TileWorker can retain tileData after layoutJohn Firebaugh2016-09-061-0/+4
* [core] Eliminate use of util::ptr in GeometryTile* interfacesJohn Firebaugh2016-09-061-12/+11
* [core] const consistencyJohn Firebaugh2016-08-261-2/+2
* upgrade to protozer 1.4.0 (#6158)Dane Springmeyer2016-08-251-11/+10
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-4/+4
* [core] Avoid unnecessary work when a symbol annotation is updatedJohn Firebaugh2016-06-171-2/+2
* [core] Eliminate duplicate Necessity typesJohn Firebaugh2016-06-131-1/+1
* [core] TileSource ⇢ TileLoaderJohn Firebaugh2016-06-131-3/+3
* [core] Simplify GeometryTile::setDataJohn Firebaugh2016-06-131-1/+4
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-17/+17
* [core] Privatize vector_tile.hpp contentsJohn Firebaugh2016-06-131-0/+62
* [core] Merge vector_tile_data.{hpp,cpp} into vector_tile.{hpp,cpp}John Firebaugh2016-06-131-5/+20
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-101-24/+0
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-1/+1
* [core] Store feature keys in same order as in vector tileMinh Nguyễn2016-06-011-5/+4
* [core] Fix up v1 vector tile geometries with clipperJohn Firebaugh2016-05-311-1/+8
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-111-5/+2
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+4
* [core] consistently protect against invalid tag encoding in vector tileDane Springmeyer2016-05-041-0/+3
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-1/+1
* [core] port to protozero (#4906)Dane Springmeyer2016-05-031-54/+64
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-4/+27
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-1/+1
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-1/+1
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-4/+4
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-0/+206