From: Paul Norman Date: Thu, 23 Feb 2023 04:51:07 +0000 (-0800) Subject: tile: Serve a tilejson pointing at the correct tile URLs X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c438a3ec0cde2723efcf17ecd43d926ef3699329 tile: Serve a tilejson pointing at the correct tile URLs --- 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 +}