summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
Commit message (Expand)AuthorAgeFilesLines
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-064-99/+44
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+1
* [core] Use the right types for zoom scale logicBruno de Oliveira Abinader2016-06-281-2/+2
* [core] Set annotation max zoom to 18Bruno de Oliveira Abinader2016-06-281-1/+2
* [core] Protect against invalid geometriesJohn Firebaugh2016-06-241-1/+2
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-244-11/+11
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-1/+1
* [core] Avoid unnecessary work when a symbol annotation is updatedJohn Firebaugh2016-06-172-6/+63
* [core] Runtime source API: private implsJohn Firebaugh2016-06-165-11/+23
* [core] Add virtual Source::getTileSize()John Firebaugh2016-06-142-1/+3
* [core] Push Source::url down to subclassesJohn Firebaugh2016-06-141-1/+1
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-141-1/+1
* [core] Add virtual Source::getZoomRange()John Firebaugh2016-06-142-0/+5
* [core] Virtualize Source::loadJohn Firebaugh2016-06-142-0/+6
* [core] Virtualize Source::createTileJohn Firebaugh2016-06-142-0/+9
* [core] Inline AnnotationSource constructor parametersJohn Firebaugh2016-06-143-10/+5
* [core] Pass geojsonvt only to GeoJSONSourceJohn Firebaugh2016-06-143-6/+4
* [core] Introduce source subclassesJohn Firebaugh2016-06-143-2/+31
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-131-1/+1
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-1310-15/+15
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-133-3/+3
* [core] Simplify GeometryTile::setDataJohn Firebaugh2016-06-131-2/+2
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-136-33/+33
* [core] Merge annotation_tile_data.{hpp,cpp} into annotation_tile.{hpp,cpp}John Firebaugh2016-06-133-1/+35
* [core] Merge AnnotationTileSource into AnnotationTileDataJohn Firebaugh2016-06-102-12/+12
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-105-47/+9
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-0210-17/+26
* [core] Runtime style layer APIJohn Firebaugh2016-06-024-36/+34
* [tests] Tweak LineAnnotation test so that it reveals a bug; fix the bugJohn Firebaugh2016-06-021-1/+1
* [core] Constrain annotation API to the supported geometry typesJohn Firebaugh2016-06-0110-25/+10
* [all] Rationalize annotation APIJohn Firebaugh2016-06-0112-158/+264
* [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-20/+81
* [core] Do annotation longitude wrapping together with latitude clampingJohn Firebaugh2016-06-011-2/+3
* [core] Run fixupPolygons on geojson-vt-cpp polygon outputJohn Firebaugh2016-05-311-0/+5
* [ios, osx] Holes in polygonsMinh Nguyễn2016-05-271-11/+12
* [core] AnnotationTileLayer vends its own name (#5163)Minh Nguyễn2016-05-264-3/+11
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-254-16/+4
* [core] move *Observers to their own filesKonstantin Käfer2016-05-231-0/+1
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-112-2/+2
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-108-13/+15
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-3/+3
* [core] Inline LatLng::project definition the one place it's usedJohn Firebaugh2016-05-051-1/+10
* [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