﻿// Generated by Maperitive v2.3.34
// For more information about TileJSON format, visit https://github.com/mapbox/tilejson#readme
// TODO: Update the 'tiles' to reflect your actual path on the Web server
// TODO: Update the default map location (longitude, latitude, zoom)
{
    "tilejson":"1.0.0", 
    "name":"My Map", 
    "description":"Made with Maperitive", 
    "attribution":"© OpenStreetMap contributors. Tiles: CC-BY-SA 2.0\r\nMap data © OpenStreetMap contributors", 
    "tiles":
    [
        "tiles/{z}/{x}/{y}.png"
    ], 
    "minzoom":1, 
    "maxzoom":18, 
    "bounds":
    [
        9.0660828430834552, 
        48.810175121563162, 
        9.1163004232789433, 
        48.841319359683723
    ], 
    "center":
    [
        9.0911916331812, 
        48.825747240623443, 
        1
    ]
}