summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-102-4/+3
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-102-45/+31
* [core] Simplify FunctionJohn Firebaugh2015-11-062-9/+9
* [core] mason geojsonvt-2.1.6.3Mike Morris2015-11-022-3/+5
* [core] Don't crash when removing a shape annotation whose layer was never cre...John Firebaugh2015-10-301-1/+3
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-302-17/+9
* [core] Monitor annotation tiles, rather than completely invalidating themJohn Firebaugh2015-10-304-7/+41
* [core] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-292-0/+22
* [core] Workaround for #2808John Firebaugh2015-10-281-0/+3
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-262-4/+3
* [core] Respect source layer z-order for style-sourced annotationsJohn Firebaugh2015-10-231-2/+5
* [core] Fix integer overflow for high maximum zoom levelsBruno de Oliveira Abinader2015-10-231-3/+5
* [core] Style-sourced shape annotation propertiesJohn Firebaugh2015-10-222-59/+88
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-223-38/+51
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-7/+7
* [core] Remove shape layers from the style (fixes #2405)John Firebaugh2015-10-203-2/+9
* [core] Annotation refactorJohn Firebaugh2015-10-208-506/+428
* [core] Pull annotation typedefs to own header; add AnnotationIDJohn Firebaugh2015-10-201-1/+1
* Install RapidJSON from masonJohn Firebaugh2015-10-011-1/+2