summaryrefslogtreecommitdiff
path: root/src/mbgl/style/conversion
Commit message (Expand)AuthorAgeFilesLines
* [core] Eliminate setProperty & co.John Firebaugh2018-08-135-377/+4
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-081-0/+10
* Fix TileJSON conversion to allow single point boundsAsheem Mamoowala2018-08-021-2/+2
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-316-136/+121
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-3014-292/+409
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-231-1/+20
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-205-20/+79
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-202-176/+133
* fixed typo in error messageJustyna Janczyszyn2018-07-191-1/+1
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-131-0/+699
* [core] Comparison expressions can have 4th memberMinh Nguyễn2018-07-091-1/+1
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-052-2/+2
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-211-0/+2
* [core] Fix crash due to mixing legacy filters and expressions (#12065)Anand Thakker2018-06-061-33/+51
* [core] fix bogus unused variable with GCC 7Konstantin Käfer2018-06-041-3/+3
* Clamp TileJSON.bounds latitudes to [-90, 90] (#11964)Asheem Mamoowala2018-05-211-8/+9
* [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-102-377/+125
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-121-2/+5
* [core] Stringify expression syntax, not function syntaxJohn Firebaugh2018-03-141-125/+6
* [core] TileJSON conversion clamps bounds longitude to [-180,180], per specAsheem Mamoowala2018-03-091-0/+2
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-092-6/+63
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-153-0/+17
* [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-141-0/+10
* TileJSON Bounds allows values inclusive of world extentsAsheem Mamoowala2018-02-121-1/+1
* [core] fix style parsing crash when a layer's paint property is not an objectKonstantin Käfer2018-01-231-0/+3
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-233-1/+61
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-1/+1
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-051-0/+31
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+34
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-2315-15/+1417
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-8/+1
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-082-19/+40
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-281-0/+35
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-091-7/+79
* [core, ios, macos] Refactor composite stop types and conversionsJohn Firebaugh2017-02-091-11/+9
* [core] default value support in categorical function conversionIvo van Dongen2017-02-021-0/+8
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-12/+136
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-0/+256