From 43dececf052ad7f6cd5cb7bcb5a381613bdd5f26 Mon Sep 17 00:00:00 2001 From: yuiseki Date: Sat, 29 Jun 2024 14:25:42 +0900 Subject: [PATCH] Tweak style of preview of OpenCellId --- .vscode/settings.json | 1 + public/stylejson/opencellid.org/style.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8ed91d3..b2d72bc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,6 +18,7 @@ "naturalearthdata", "opencellid", "openstreetmap", + "rgba", "seamlessphoto", "shapefile", "smartmaps", diff --git a/public/stylejson/opencellid.org/style.json b/public/stylejson/opencellid.org/style.json index cb35182..a40ee0b 100644 --- a/public/stylejson/opencellid.org/style.json +++ b/public/stylejson/opencellid.org/style.json @@ -13,6 +13,10 @@ "source": "opencellid", "source-layer": "a", "type": "circle", + "paint": { + "circle-radius": 8, + "circle-color": "rgba(231, 84, 128, 0.8)" + }, "maxzoom": 18, "minzoom": 2 }