summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/shape_annotation_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix misc-* errorsThiago Marcos P. Santos2020-03-301-1/+0
* [core] Fix bugprone-move-forwarding-reference errorsThiago Marcos P. Santos2020-03-301-3/+2
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-1/+1
* [core] don't tie Annotation geometries to Map maxzoomKonstantin Käfer2018-01-021-3/+4
* [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984)Fabian Guerra Soto2017-10-181-1/+2
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-211-2/+2
* [core] shared data among AnnotationTileFeature objectsKonstantin Käfer2017-06-211-2/+2
* [core] Eliminate use of util::ptr in GeometryTile* interfacesJohn Firebaugh2016-09-061-4/+2
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-1/+1
* [core] Revert annotation source maxZoom to 22Bruno de Oliveira Abinader2016-07-261-1/+1
* [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-061-97/+12
* [core] Use the right types for zoom scale logicBruno de Oliveira Abinader2016-06-281-2/+2
* [core] Protect against invalid geometriesJohn Firebaugh2016-06-241-1/+2
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-2/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-0/+1
* [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-011-13/+1
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-71/+9
* [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-261-1/+1
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-111-1/+1
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+2
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-1/+1
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-7/+7
* [core] JoinType ⇢ LineJoinTypeJohn Firebaugh2016-04-211-1/+1
* [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] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-181-2/+3
* [core] Use GeometryTileFeature::defaultExtent by defaultBruno de Oliveira Abinader2016-03-011-2/+1
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-1/+1
* [core] Remove unusedJohn Firebaugh2016-02-021-12/+0
* [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-101-21/+25
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-3/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-011-0/+1
* [core] Force style-sourced annotations to be visibleJohn Firebaugh2015-11-191-0/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-14/+10
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-2/+1
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-101-41/+31
* [core] Simplify FunctionJohn Firebaugh2015-11-061-7/+7
* [core] mason geojsonvt-2.1.6.3Mike Morris2015-11-021-2/+3
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-10/+5
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-261-3/+3
* [core] Respect source layer z-order for style-sourced annotationsJohn Firebaugh2015-10-231-2/+5