summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Eliminate use of util::ptr in GeometryTile* interfacesJohn Firebaugh2016-09-065-18/+13
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-052-2/+2
* [core] Fix updates of line and fill annotationsJohn Firebaugh2016-08-294-29/+38
* [core] const consistencyJohn Firebaugh2016-08-262-2/+2
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-126-19/+12
* [core] Revert annotation source maxZoom to 22Bruno de Oliveira Abinader2016-07-262-3/+2
* [core] Restored shape annotation z-orderMinh Nguyễn2016-07-181-2/+4
* [core] Add support for $id key to filtersJohn Firebaugh2016-07-181-1/+1
* [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