]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/files/default/html/tilejson.json
Move tilejson.json to html directory so it gets deployed
[chef.git] / cookbooks / tile / files / default / html / tilejson.json
1 {
2     "tilejson": "3.0.0",
3     "attribution": "© <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a> contributors",
4     "name": "OpenStreetMap Standard",
5     "tiles": [
6         "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
7     ],
8     "minzoom": 0,
9     "maxzoom": 19
10 }