summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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