summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geojson_tile.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-2/+0
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-191-1/+1
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-191-1/+1
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-2/+2
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-3/+1
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-2/+3
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-021-1/+1
* [core] query source featuresIvo van Dongen2017-03-091-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/+3
* [core] Simplify GeoJSONTile constructorJohn Firebaugh2016-08-261-18/+2
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-0/+11
* [core] Use variant<std::string, GeoJSON> in GeoJSON sourceJohn Firebaugh2016-06-151-1/+1
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-7/+6
* [core] Privatize geojson_tile.hpp contentsJohn Firebaugh2016-06-131-40/+0
* [core] Merge geojson_tile_data.{hpp,cpp} into geojson_tile.{hpp,cpp}John Firebaugh2016-06-131-0/+22
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-101-29/+0
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Fix properties of GeoJSON layers in queryRenderedFeaturesJohn Firebaugh2016-05-171-4/+3
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-3/+3
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+1
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-1/+1
* [core] Use GeometryTileFeature::defaultExtent by defaultBruno de Oliveira Abinader2016-03-011-1/+0
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-1/+1
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-0/+1
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-1/+1
* [core] create GeoJSON tiles from inline GeoJSON in sourcesKonstantin Käfer2015-12-111-0/+78