summaryrefslogtreecommitdiff
path: root/metrics/tests/location_indicator/two_textures/style.json
diff options
context:
space:
mode:
authorGali Nelle <galinelle.mapbox@gmail.com>2020-04-08 16:28:35 +0300
committerGali Nelle <galinelle.mapbox@gmail.com>2020-04-09 21:17:06 +0300
commit861410693814a7a4653675ad2e775caa4a46a96b (patch)
tree2a50af5362ba802f5f1b102c20bdd26cab572e95 /metrics/tests/location_indicator/two_textures/style.json
parentfe9ba477a8e0af29b0c44d0c50a2946bba5a6f5a (diff)
downloadqtlocation-mapboxgl-upstream/galinelle_locationIndicatorFixup.tar.gz
This changes image size properties to be scales instead of pixel sizes. The commit also adds fixes for handling image updates with the same ID, adds tests for expressions in paint properties, as well as tests for using images with pixel ratio greater than 1. Finally it moves image-tilt-displacement and perspective-compensation properties from layout to paint properties, and includes other minor cleanups.
Diffstat (limited to 'metrics/tests/location_indicator/two_textures/style.json')
-rw-r--r--metrics/tests/location_indicator/two_textures/style.json22
1 files changed, 8 insertions, 14 deletions
diff --git a/metrics/tests/location_indicator/two_textures/style.json b/metrics/tests/location_indicator/two_textures/style.json
index 01c5405265..2d470d79d7 100644
--- a/metrics/tests/location_indicator/two_textures/style.json
+++ b/metrics/tests/location_indicator/two_textures/style.json
@@ -39,25 +39,19 @@
{
"id": "puck123",
"type": "location-indicator",
- "layout" : { "bearing" : 45,
+ "layout" : {
"bearing-image" : "puck",
- "shadow-image" : "puck_shadow",
- "perspective-compensation" : 1,
- "image-tilt-displacement" : 5
+ "shadow-image" : "puck_shadow"
},
"paint" : {
- "accuracy-radius-transition": { "duration": 0, "delay": 0 },
- "bearing-image-size-transition": { "duration": 0, "delay": 0 },
- "top-image-size-transition": { "duration": 0, "delay": 0 },
- "shadow-image-size-transition": { "duration": 0, "delay": 0 },
- "accuracy-radius-color-transition": { "duration": 0, "delay": 0 },
- "accuracy-radius-border-color-transition": { "duration": 0, "delay": 0 },
-
+ "bearing" : 45,
+ "perspective-compensation" : 1,
+ "image-tilt-displacement" : 6.5,
"location" : [ 35.693055, 139.766707, 0],
"accuracy-radius": 90.0,
- "bearing-image-size" : 48,
- "top-image-size" : 16,
- "shadow-image-size" : 112,
+ "bearing-image-size" : 0.26,
+ "top-image-size" : 0.18,
+ "shadow-image-size" : 0.2,
"accuracy-radius-color": "rgba(255,0,0,0.2)",
"accuracy-radius-border-color": "rgba(255,0,255,0.6)"