summaryrefslogtreecommitdiff
path: root/src/mbgl/tile
Commit message (Expand)AuthorAgeFilesLines
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-028-25/+42
* [core] Runtime style layer APIJohn Firebaugh2016-06-027-40/+39
* [core] Store feature keys in same order as in vector tileMinh Nguyễn2016-06-011-5/+4
* [core] Don't earcut more than 500 inner ringsYoung Hahn2016-05-312-0/+15
* [core] Run fixupPolygons on geojson-vt-cpp polygon outputJohn Firebaugh2016-05-311-0/+5
* [core] Fix up v1 vector tile geometries with clipperJohn Firebaugh2016-05-314-1/+76
* [core] rename TileData::State to DataAvailability and make it privateKonstantin Käfer2016-05-255-48/+34
* [core] split TileData::State::obsolete into its own thingKonstantin Käfer2016-05-257-23/+18
* [core] normalize TileData::State::obsolete handlingKonstantin Käfer2016-05-252-12/+5
* [core] remove TileData::State::loadedKonstantin Käfer2016-05-254-27/+10
* [core] remove unused TileData::hasData()Konstantin Käfer2016-05-255-14/+0
* [core] remove unused TileData::State::invalidKonstantin Käfer2016-05-253-11/+1
* [core] TileData::isReady() => TileData::isRenderable()Konstantin Käfer2016-05-253-12/+8
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-2510-40/+10
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-183-0/+87
* [core] Add classifyRingsJohn Firebaugh2016-05-182-0/+57
* [core] Simplify parametersJohn Firebaugh2016-05-174-17/+18
* [core] Fix properties of GeoJSON layers in queryRenderedFeaturesJohn Firebaugh2016-05-172-10/+9
* [core] Make mapbox::geometry::envelope usable without explicit template argum...John Firebaugh2016-05-131-3/+13
* [core] Remove unusedJohn Firebaugh2016-05-131-1/+0
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-133-6/+6
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-113-9/+2
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-103-12/+19
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-1014-38/+44
* [core] move Tile to use UnwrappedTileIDKonstantin Käfer2016-05-101-4/+4
* [core] introduce three distinct TileID typesKonstantin Käfer2016-05-102-0/+308
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-2/+2
* [core] consistently protect against invalid tag encoding in vector tileDane Springmeyer2016-05-041-0/+3
* [core] Simplify FilterEvaluator and fix crashJohn Firebaugh2016-05-042-24/+0
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-037-10/+12
* [core] port to protozero (#4906)Dane Springmeyer2016-05-032-60/+73
* [core] use a GridIndex for queryRenderedFeaturesAnsis Brammanis2016-04-291-1/+0
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-2910-33/+141
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-282-5/+1
* [core] Define mbgl::variant (#4833)John Firebaugh2016-04-252-5/+3
* [core] only render tiles that have dataKonstantin Käfer2016-04-065-0/+14
* [core] fix reparsing overscaled geojson tilesAnsis Brammanis2016-03-301-1/+1
* [core] increase geojson buffer size to match -jsAnsis Brammanis2016-03-301-1/+2
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-247-14/+12
* [core] Simplify Screen to Geometry coordinate conversionBruno de Oliveira Abinader2016-03-011-0/+2
* [core] Use GeometryTileFeature::defaultExtent by defaultBruno de Oliveira Abinader2016-03-012-2/+3
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-013-3/+6
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-184-6/+11
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-182-4/+4
* [tests] Fix buildJohn Firebaugh2016-02-111-0/+1
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-1117-1/+1290
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-0/+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-192-4/+4
* [core] create GeoJSON tiles from inline GeoJSON in sourcesKonstantin Käfer2015-12-112-0/+212