summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Replace FeatureIndex::collisionTile with a method parameterJohn Firebaugh2017-01-101-1/+3
* [core] Keep symbol and non-symbol buckets segregatedJohn Firebaugh2017-01-101-3/+4
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-3/+3
* [core] don't run symbol placement more often than necessaryKonstantin Käfer2016-11-141-2/+1
* [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-071-0/+1
* [core] Tiles that error on load are not renderableJohn Firebaugh2016-10-051-1/+4
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-30/+33
* [core] Add Source::Impl::reloadJohn Firebaugh2016-09-061-0/+3
* [core] const consistencyJohn Firebaugh2016-08-261-1/+1
* [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-131-2/+2
* [core] Copy only the necessary style layers to the workerJohn Firebaugh2016-06-171-0/+4
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-131-1/+1
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] Simplify GeometryTile::setDataJohn Firebaugh2016-06-131-4/+1
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-63/+58
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-101-21/+0
* [core] Don't earcut more than 500 inner ringsYoung Hahn2016-05-311-0/+3
* [core] Fix up v1 vector tile geometries with clipperJohn Firebaugh2016-05-311-0/+4
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-181-0/+5
* [core] Add classifyRingsJohn Firebaugh2016-05-181-0/+3
* [core] Make mapbox::geometry::envelope usable without explicit template argum...John Firebaugh2016-05-131-3/+13
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+2
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-111-3/+0
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-2/+2
* [core] Simplify FilterEvaluator and fix crashJohn Firebaugh2016-05-041-11/+0
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-3/+3
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+4
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-281-1/+1
* [core] Define mbgl::variant (#4833)John Firebaugh2016-04-251-2/+1
* [core] increase geojson buffer size to match -jsAnsis Brammanis2016-03-301-1/+2
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-2/+2
* [core] Simplify Screen to Geometry coordinate conversionBruno de Oliveira Abinader2016-03-011-0/+2
* [core] Use GeometryTileFeature::defaultExtent by defaultBruno de Oliveira Abinader2016-03-011-1/+3
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-1/+4
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-0/+85