]> git.openstreetmap.org Git - chef.git/commitdiff
tile: Serve a tilejson pointing at the correct tile URLs
authorPaul Norman <penorman@mac.com>
Thu, 23 Feb 2023 04:51:07 +0000 (20:51 -0800)
committerPaul Norman <penorman@mac.com>
Sat, 25 Feb 2023 05:08:13 +0000 (21:08 -0800)
cookbooks/tile/files/default/tilejson.json [new file with mode: 0644]

diff --git a/cookbooks/tile/files/default/tilejson.json b/cookbooks/tile/files/default/tilejson.json
new file mode 100644 (file)
index 0000000..3b07627
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "tilejson": "3.0.0",
+    "attribution": "© <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a> contributors",
+    "name": "OpenStreetMap Standard",
+    "tiles": [
+        "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
+    ],
+    "minzoom": 0,
+    "maxzoom": 19
+}