﻿// Generated by Maperitive v2.4.3
// 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\nOpenStreetMap and contributors", 
    "tiles":
    [
        "tiles/{z}/{x}/{y}.png"
    ], 
    "minzoom":8, 
    "maxzoom":17, 
    "bounds":
    [
        121.32778342501453, 
        25.031163254292082, 
        121.43745589299726, 
        25.070853788938606
    ], 
    "center":
    [
        121.3826196590059, 
        25.051008521615344, 
        8
    ]
}