summaryrefslogtreecommitdiff
path: root/src/mbgl/layer/line_layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-163/+0
* [core] Add Filter accessorsJohn Firebaugh2016-06-021-0/+10
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-021-56/+56
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-116/+113
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-111-2/+1
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+1
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-9/+9
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-2/+70
* [core] Quarantine style property irregularities in layer classes (#4792)John Firebaugh2016-04-221-2/+3
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-40/+40
* [core] cancel TileID::overscaling()Konstantin Käfer2016-03-081-1/+1
* [core] Avoid precompute overscaling for TileIDBruno de Oliveira Abinader2016-03-011-1/+1
* [core] less slanted dashed lines near sharp cornersAnsis Brammanis2016-02-151-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-2/+2
* [core] More efficient layer cloningJohn Firebaugh2015-12-071-5/+1
* [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-031-0/+3
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-39/+37
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-9/+10
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-101-0/+16
* [core] Remove the ability to change cross-fade durations via transitionJohn Firebaugh2015-11-061-2/+2
* [core] Merge PiecewiseConstantFunction into FunctionJohn Firebaugh2015-11-061-2/+2
* [core] Polymorphic bucket creationJohn Firebaugh2015-10-301-0/+19
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-5/+4
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-291-0/+30
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-261-12/+14
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-231-11/+13
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-0/+22