summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/stop-zoom-value.style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/style_parser/stop-zoom-value.style.json')
-rw-r--r--test/fixtures/style_parser/stop-zoom-value.style.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/style_parser/stop-zoom-value.style.json b/test/fixtures/style_parser/stop-zoom-value.style.json
index 520db9a904..b96736535b 100644
--- a/test/fixtures/style_parser/stop-zoom-value.style.json
+++ b/test/fixtures/style_parser/stop-zoom-value.style.json
@@ -36,7 +36,7 @@
"source-layer": "landcover",
"filter": ["==", "class", "wood"],
"paint": {
- "fill-color": "@wood",
+ "fill-color": "#001100",
"fill-opacity": {
"stops": [[12, 1], [13, 0.8], [16, 0.2]]
}