summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-1/+1
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+1
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-212-9/+9
* [core] JoinType ⇢ LineJoinTypeJohn Firebaugh2016-04-211-1/+1
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-1/+2
* [core] Remove MapData dependency from AnnotationTile and StyleUpdateParametersJohn Firebaugh2016-04-152-8/+7
* [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-242-2/+2
* [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-181-1/+1
* [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-181-2/+3
* [core] Fixes point annotations misplaced on maximum scaleBruno de Oliveira Abinader2016-03-101-2/+2
* [core] Simplify Screen to Geometry coordinate conversionBruno de Oliveira Abinader2016-03-011-6/+6
* [core] Use GeometryTileFeature::defaultExtent by defaultBruno de Oliveira Abinader2016-03-013-5/+2
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-1/+1
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-012-2/+2
* [core] Add support for updating point annotationsGabriel Miklós2016-02-122-0/+11
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-1/+1
* [core] use std::move() to prevent copiesKonstantin Käfer2016-02-111-1/+1
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-021-1/+1
* [core] Remove unusedJohn Firebaugh2016-02-026-33/+0
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-0/+1
* [core] bump sprite atlas to 1024x1024Ansis Brammanis2016-01-261-1/+1
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-1/+1
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-1/+1
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-192-4/+4
* [core] tileSize is a source property, not a TileJSON propertyJohn Firebaugh2016-01-151-1/+1
* [core] move SourceInfo parsing to StyleParserKonstantin Käfer2016-01-131-1/+1
* [core] move invariant Source ID from SourceInfo to SourceKonstantin Käfer2016-01-131-2/+1
* [core] move invariant SourceType from SourceInfo to SourceKonstantin Käfer2016-01-131-2/+1
* 2210: Sprites can be removed / updated correctlyRomain Quidet2015-12-152-0/+6
* [core] update annotation simplification [skip ci]Vladimir Agafonkin2015-12-101-1/+1
* [core] update geojson-vt optionsVladimir Agafonkin2015-12-101-4/+3
* [core] upgrade to GeoJSON VT 3.0.0Konstantin Käfer2015-12-102-24/+28
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-072-5/+1
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-038-8/+8
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-012-4/+4
* [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-011-0/+1
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-012-2/+26
* [core] Introduce StyleUpdateParametersJohn Firebaugh2015-12-011-0/+1
* Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-012-7/+3
* [core] Source should receive a ref to MapData just onceBruno de Oliveira Abinader2015-11-272-3/+7
* [core] Added modified, expires information to TileDataBruno de Oliveira Abinader2015-11-272-4/+4
* [core] Force style-sourced annotations to be visibleJohn Firebaugh2015-11-191-0/+1
* [core] Fix LatLngBounds default coordinatesBruno de Oliveira Abinader2015-11-181-1/+1
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-162-2/+3
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-125-347/+0
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-1/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-14/+10