From 4eca50ed61c86c94aa9914a608e062738cb7ccd1 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Thu, 22 Nov 2018 07:04:26 +0100 Subject: [PATCH 1/2] Add layer landcover = sand --- style.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.json b/style.json index 203959b..121d757 100644 --- a/style.json +++ b/style.json @@ -273,6 +273,15 @@ "fill-color": "rgb(158,189,255)" } }, + { + "id": "landcover_sand", + "type": "fill", + "metadata": {}, + "source": "openmaptiles", + "source-layer": "landcover", + "filter": ["all", ["==", "class", "sand"]], + "paint": {"fill-color": "rgba(245, 238, 188, 1)"} + }, { "id": "aeroway_fill", "type": "fill", From 051b58d73029add78efff471189cc96636964455 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Thu, 22 Nov 2018 08:06:06 +0100 Subject: [PATCH 2/2] Adapt sand color --- style.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.json b/style.json index 121d757..378fa10 100644 --- a/style.json +++ b/style.json @@ -280,7 +280,7 @@ "source": "openmaptiles", "source-layer": "landcover", "filter": ["all", ["==", "class", "sand"]], - "paint": {"fill-color": "rgba(245, 238, 188, 1)"} + "paint": {"fill-color": "rgba(247, 239, 195, 1)"} }, { "id": "aeroway_fill",