From 051a0a7b38ef4c4dac7a1844254c3d6415d83031 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Fri, 20 Jan 2017 17:25:56 +0100 Subject: [PATCH] Move road area pattern below roads --- style.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/style.json b/style.json index ad316e4..c81248c 100644 --- a/style.json +++ b/style.json @@ -1175,6 +1175,27 @@ ] ] }, + { + "id": "road_area_pattern", + "metadata": {}, + "paint": { + "fill-pattern": "pedestrian_polygon" + }, + "type": "fill", + "source": "openmaptiles", + "source-layer": "transportation", + "filter": [ + "all", + [ + "==", + "$type", + "Polygon" + ] + ], + "layout": { + "visibility": "visible" + } + }, { "id": "road_motorway_link_casing", "type": "line", @@ -1781,27 +1802,6 @@ "visibility": "visible" } }, - { - "id": "road_area_pattern", - "metadata": {}, - "paint": { - "fill-pattern": "pedestrian_polygon" - }, - "type": "fill", - "source": "openmaptiles", - "source-layer": "transportation", - "filter": [ - "all", - [ - "==", - "$type", - "Polygon" - ] - ], - "layout": { - "visibility": "visible" - } - }, { "id": "road_secondary_tertiary", "metadata": {},