summaryrefslogtreecommitdiff
path: root/src/mbgl/style/conversion
Commit message (Expand)AuthorAgeFilesLines
* [core] Don't use optional unique_ptr in function coversion codeAnder Conselvan de Oliveira2019-05-211-12/+15
* [core] Pass legacy/categorical/*-default expression testsAnder Conselvan de Oliveira2019-05-211-14/+26
* [core] Fix legacy/{interval,exponential}/*-default expression testsAnder Conselvan de Oliveira2019-05-211-20/+63
* [core] Fix some of the legacy interval function expression testsAnder Conselvan de Oliveira2019-05-211-0/+12
* [core] Fix most identity function with default legacy expression testsAnder Conselvan de Oliveira2019-05-211-6/+11
* [core] Fix indentation of src/mbgl/style/conversion/function.cppAnder Conselvan de Oliveira2019-05-211-1/+1
* [core] clang-tidy fixesKonstantin Käfer2019-04-052-3/+3
* [core] Single line optimization for variable label placementMikhail Pozdnyakov2019-03-291-5/+0
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-293-0/+30
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-131-1/+1
* [core] return constexpr strings from functions to avoid ODR compile failuresKonstantin Käfer2019-01-111-1/+1
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-0/+2
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-311-112/+2
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-4/+1
* [core, tests] Don't break text-field support "identity functions"Chris Loer2018-10-151-0/+3
* [core] Initial implementation of 'format' expressionChris Loer2018-10-153-0/+32
* Reserve vector storage in the convert filter codeMikhail Pozdnyakov2018-10-102-4/+7
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-2/+2
* [core] Implement array assertion fallback behaviorJohn Firebaugh2018-09-131-3/+1
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-073-0/+4
* fixed validation message for boundsJustyna Janczyszyn2018-08-221-2/+2
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1917-3/+222
* [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