summaryrefslogtreecommitdiff
path: root/src/mbgl/layer/circle_layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-103/+0
* [core] Add Filter accessorsJohn Firebaugh2016-06-021-0/+10
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-021-24/+24
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-53/+65
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-111-2/+1
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-2/+28
* [core] Quarantine style property irregularities in layer classes (#4792)John Firebaugh2016-04-221-1/+2
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-18/+18
* [core] fix circle rendering in still modeAnsis Brammanis2016-03-291-1/+1
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-1/+2
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-1/+1
* [core] More efficient layer cloningJohn Firebaugh2015-12-071-4/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-23/+23
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-1/+0
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-101-0/+16
* [core] Polymorphic bucket creationJohn Firebaugh2015-10-301-0/+12
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-291-0/+12
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-261-8/+11
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-231-7/+7
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-0/+15