[
    {
        "name":"Open Street Map",
        "id":"default@osm.org",
        "urls":[
            "http://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
            "http://b.tile.openstreetmap.org/{z}/{x}/{y}.png",
            "http://c.tile.openstreetmap.org/{z}/{x}/{y}.png"
        ]
    },
    {
        "name":"Open Cycle Map",
        "id":"OpenCycleMap",
        "urls":[
            "http://a.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png",
            "http://b.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png",
            "http://c.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"
        ]
    },
    {
        "name":"Map Quest",
        "id":"mapquest",
        "urls":[
            "http://otile1.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png",
            "http://otile2.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png",
            "http://otile3.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png"
        ]
    },
    {
        "name":"OSM-fr",
        "id":"osmfr",
        "urls":[
            "http://a.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png",
            "http://b.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png",
            "http://c.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png"
        ]
    },
    {
        "name":"2u",
        "id":"2u",
        "urls":[
            "http://a.layers.openstreetmap.fr/2u/{z}/{x}/{y}.png",
            "http://b.layers.openstreetmap.fr/2u/{z}/{x}/{y}.png",
            "http://c.layers.openstreetmap.fr/2u/{z}/{x}/{y}.png"
        ]
    },
    {
        "name":"Satelite",
        "id":"satelite",
        "urls":[
            "http://otile1-s.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg",
            "http://otile2-s.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg",
            "http://otile3-s.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg"
        ]
    },
    {
        "name":"Toner by Stamen",
        "id":"toner",
        "urls":[
            "http://a.tile.stamen.com/toner/{z}/{x}/{y}.png",
            "http://b.tile.stamen.com/toner/{z}/{x}/{y}.png",
            "http://c.tile.stamen.com/toner/{z}/{x}/{y}.png"
        ]
    }
]