diff --git a/config/style/aerialhybrid.json b/config/style/aerialhybrid.json index 589bc0a4..fecec16e 100644 --- a/config/style/aerialhybrid.json +++ b/config/style/aerialhybrid.json @@ -904,15 +904,7 @@ { "filter": ["all", ["==", "class", "helipad"]], "id": "Aeroway-Helipads", - "layout": { - "icon-image": { - "stops": [ - [10, "heliport_11"], - [15, "heliport_15"] - ] - }, - "text-font": ["Open Sans Regular"] - }, + "layout": { "icon-image": "helipad_pnt_fill", "icon-size": 1.25, "text-font": ["Open Sans Regular"] }, "maxzoom": 21, "minzoom": 12, "source": "LINZ Basemaps", diff --git a/config/style/labels.json b/config/style/labels.json index cd793088..c794bc28 100644 --- a/config/style/labels.json +++ b/config/style/labels.json @@ -898,15 +898,7 @@ { "filter": ["all", ["==", "class", "helipad"]], "id": "Aeroway-Helipads", - "layout": { - "icon-image": { - "stops": [ - [10, "heliport_11"], - [15, "heliport_15"] - ] - }, - "text-font": ["Open Sans Regular"] - }, + "layout": { "icon-image": "helipad_pnt_fill", "icon-size": 1.25, "text-font": ["Open Sans Regular"] }, "maxzoom": 21, "minzoom": 12, "source": "LINZ Basemaps",