File: bad.tilejson

package info (click to toggle)
node-tilejson 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: javascript: 293; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
{
    // Invalid JSON
    "name": "World Bright",
    "scheme": "tms",
    "tiles": [ "http://a.tiles.mapbox.com/mapbox/1.0.0/world-bright/{z}/{x}/{y}.png" ],
    "minzoom": 0,
    "maxzoom": 11,
    "bounds": [ -180, -85, 180, 85 ]
}