From 8b2768680efc4e07d08127af939e19480f7996e9 Mon Sep 17 00:00:00 2001 From: Keita Kobayashi Date: Tue, 15 Oct 2024 11:41:19 +0900 Subject: [PATCH] Add optimal_bvmap-v1 --- public/tiles/gsi-optibv.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 public/tiles/gsi-optibv.json diff --git a/public/tiles/gsi-optibv.json b/public/tiles/gsi-optibv.json new file mode 100644 index 000000000..86854e343 --- /dev/null +++ b/public/tiles/gsi-optibv.json @@ -0,0 +1,12 @@ +{ + "format": "pbf", + "name": "GSI Japan", + "attribution": "© GSI Japan", + "minzoom": 4, + "maxzoom": 16, + "id": "optibv-gsi-japan", + "tilejson": "2.0.0", + "tiles": [ + "https://cyberjapandata.gsi.go.jp/xyz/optimal_bvmap-v1/{z}/{x}/{y}.pbf" + ] +}