summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geojson_tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-2/+0
* [core] Split GeoJSONTileData and related classes into a separate headerAsheem Mamoowala2017-09-281-94/+1
* [core] Include what you useThiago Marcos P. Santos2017-08-071-0/+1
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-0/+1
* [core] renderer interfaceIvo van Dongen2017-07-181-1/+1
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-211-15/+25
* [core] shared feature data for GeoJSONTileData objectsKonstantin Käfer2017-06-211-5/+11
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-4/+1
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-2/+2
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-2/+2
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-3/+5
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-021-2/+2
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-1/+5
* [core] query source featuresIvo van Dongen2017-03-091-0/+23
* [core] Update gl-js; fix $id filters with GeoJSON sourceJohn Firebaugh2017-02-081-0/+4
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] - mutable geojson sources. make tiles protected for geojson_source_imp...Tobrun2016-09-201-2/+4
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-2/+1
* [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-20/+11
* [core] Create GeoJSONTile{Layer,Feature} objects lazilyJohn Firebaugh2016-09-061-34/+26
* [core] Simplify GeoJSONTile constructorJohn Firebaugh2016-08-261-33/+20
* [core] Clean up and simplify geojson_tile.cppJohn Firebaugh2016-08-261-81/+52
* [core] const consistencyJohn Firebaugh2016-08-261-2/+2
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-8/+16
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-36/+12
* [core] Avoid unnecessary work when a symbol annotation is updatedJohn Firebaugh2016-06-171-2/+2
* [core] Use variant<std::string, GeoJSON> in GeoJSON sourceJohn Firebaugh2016-06-151-4/+2
* [core] Simplify GeometryTile::setDataJohn Firebaugh2016-06-131-1/+1
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-18/+14
* [core] Privatize geojson_tile.hpp contentsJohn Firebaugh2016-06-131-0/+40
* [core] Merge geojson_tile_data.{hpp,cpp} into geojson_tile.{hpp,cpp}John Firebaugh2016-06-131-0/+80
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-101-95/+0
* [core] Run fixupPolygons on geojson-vt-cpp polygon outputJohn Firebaugh2016-05-311-0/+5
* [core] Fix properties of GeoJSON layers in queryRenderedFeaturesJohn Firebaugh2016-05-171-6/+6
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+4
* [core] fix reparsing overscaled geojson tilesAnsis Brammanis2016-03-301-1/+1
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-1/+1
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-1/+1
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-1/+1
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-3/+3
* [core] create GeoJSON tiles from inline GeoJSON in sourcesKonstantin Käfer2015-12-111-0/+134