summaryrefslogtreecommitdiff
path: root/test/style/property_expression.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Distance expression: Refine logiczmiao2020-04-301-1/+1
|
* [test] Distance expression: Update unit testszmiao2020-04-301-33/+156
|
* [core] Distance expression: remove unit argument (#16434)zmiao2020-04-241-76/+0
|
* [core] Distance expression: Change template class into template function in ↵zmiao2020-04-221-15/+15
| | | | | | geometry_util, add range assertion for distance contaniner IndexRange Change distance units to small letters, update tests accordingly
* [core] Distance expression: add unit tests for distance expressionzmiao2020-04-221-1/+369
|
* Address review findingzmiao2020-03-261-1/+1
| | | | Remove unncessary condition check
* Add unit testszmiao2020-03-261-0/+72
|
* update testzmiao2020-03-191-0/+48
|
* [core] Remove unnecessary intermediate PolygonFeaturezmiao2020-03-051-1/+2
|
* [core] Fix within case when point is on polygon boundaryzmiao2020-03-051-0/+4
|
* [core] Remove unnecessary includes, fix commentszmiao2020-02-211-3/+3
| | | | This reverts commit b5c386ad7708ca9fe14f219b0ffc94cf6ce8fc88.
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-211-6/+26
|
* Add support for expression testzmiao2020-02-121-0/+98
| | | | | | | Fix polygon within algorithm Add Unit tests Fix incorrect metrics folder for ios-render-test-runner job
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-12/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [core] Bump gl-js version * [core] Implement image expression * [core] Use new image expression * [core] Coerce image expression to / from string * [core] Serialize evaluated image * [core] Pass available images to layout * [core] Pass images to evaluation context * [core] Set available flag value based on image availability * [core] Allow image coercion to boolean to indicate image availability * [core] Coalesce image expression * [core] Add image expression to next build system * [core] Align serialization format and evaluated type with gl-js * [core] Add images to expression evaluation method * [core] Add support for Image expression to expression test runner * [core] Unskip image expression tests * [core] Update unit tests * [core] Use image expression in annotation manager * [core] Add string to ImageExpression conversion * [core] Add image expression to expression dsl * [core] Convert tokens for implicitly created Image literal * [core] Fix clang format * [core] Split generated style code lines that are over 120 characters * [core] Add unit test for image expression equality * [core] Add image property expression evaluation unit test * [core] Unskip image expression render test * [core] Skip 'in' expression tests * [core] Ignore fill-pattern/update-feature-state render test * [core] Rename Image::serialize to Image::toValue
* [core] Add possibility of overriding paint properties inside format ↵Alexander Shalamov2019-03-131-0/+50
| | | | | | | | | | | | | | | | | | expression #14062 * [core] Add format override expression and formatted section to evaluation context * [core] Add textColor to TaggedString's formatted section * [core] Add FormatSectionOverrides and introduce overridable properties * [core] Populate symbol layer paint properties for text sections * [core] Add benchmark for style that uses text-color override * [core] Add unit test for FormatOverrideExpression * [core] Add unit test for FormatSectionOverrides
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-201-0/+123