summaryrefslogtreecommitdiff
path: root/src/mbgl/style/conversion
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix -Werror={pessimizing,redundant}-move from GCC 9Bruno de Oliveira Abinader2020-04-201-1/+1
* Make location indicator bearing a paint propertyGali Nelle2020-04-083-1/+27
* Add LocationIndicatorLayerGali Nelle2020-04-083-0/+50
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Ability to set source-layer setProperty methodMikhail Pozdnyakov2020-03-241-0/+3
* [core] conversion::Layer uses setProperty API to set max/min zoom & filterMikhail Pozdnyakov2020-03-241-22/+16
* [core] Fix modernize-pass-by-value errorsThiago Marcos P. Santos2020-03-231-5/+3
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-232-48/+77
* start using tname variableDane Springmeyer2020-03-161-6/+6
* [core] Not filter express `in` in `filter`.kevin2020-03-111-1/+6
* Enable within expression with Filterzmiao2020-02-121-0/+3
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-031-6/+3
* [core] Add image sections to format expressionAlexander Shalamov2019-12-021-3/+2
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-291-4/+4
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-113-27/+52
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-1/+1
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-171-2/+19
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-161-3/+66
* [core] Check type of a convertible value when constructing legacy filterupstream/node-releaseAlexander Shalamov2019-08-161-1/+6
* [core] Add style bindings for "text-writing-mode" layout propertyAlexander Shalamov2019-08-133-0/+4
* [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