From c438a3ec0cde2723efcf17ecd43d926ef3699329 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Wed, 22 Feb 2023 20:51:07 -0800 Subject: [PATCH] tile: Serve a tilejson pointing at the correct tile URLs --- cookbooks/tile/files/default/tilejson.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cookbooks/tile/files/default/tilejson.json diff --git a/cookbooks/tile/files/default/tilejson.json b/cookbooks/tile/files/default/tilejson.json new file mode 100644 index 000000000..3b076275c --- /dev/null +++ b/cookbooks/tile/files/default/tilejson.json @@ -0,0 +1,10 @@ +{ + "tilejson": "3.0.0", + "attribution": "© OpenStreetMap contributors", + "name": "OpenStreetMap Standard", + "tiles": [ + "https://tile.openstreetmap.org/{z}/{x}/{y}.png" + ], + "minzoom": 0, + "maxzoom": 19 +} -- 2.39.5