]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/files/default/tilejson.json
tile: Serve a tilejson pointing at the correct tile URLs
[chef.git] / 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 (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
+}