summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/colors.style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/style_parser/colors.style.json')
-rw-r--r--test/fixtures/style_parser/colors.style.json11
1 files changed, 3 insertions, 8 deletions
diff --git a/test/fixtures/style_parser/colors.style.json b/test/fixtures/style_parser/colors.style.json
index 8996548885..7bec578df1 100644
--- a/test/fixtures/style_parser/colors.style.json
+++ b/test/fixtures/style_parser/colors.style.json
@@ -1,10 +1,5 @@
{
"version": 8,
- "constants": {
- "@land": "r44,239,225)",
- "@snow": "f4f8foNGbjf#",
- "@crop": "#eerLznieed4"
- },
"sources": {
"mapbox": {
"type": "vector",
@@ -16,7 +11,7 @@
"id": "background",
"type": "background",
"paint": {
- "background-color": "@land"
+ "background-color": "rgb(44,239,225)"
}
}, {
"id": "landcover_snow",
@@ -25,7 +20,7 @@
"source-layer": "landcover",
"filter": ["==", "class", "snow"],
"paint": {
- "fill-color": "@snow"
+ "fill-color": "f4f8foNGbjf#"
}
}, {
"id": "landcover_crop",
@@ -34,7 +29,7 @@
"source-layer": "landcover",
"filter": ["==", "class", "crop"],
"paint": {
- "fill-color": "@crop"
+ "fill-color": "#eerLznieed4"
}
}]
}