{
  "mb-outdoors": {
    "label": "Outdoors",
    "url": "https://api.mapbox.com/styles/v1/mapbox/outdoors-v9/tiles/{z}/{x}/{y}?access_token={mapboxToken}",
    "options": {
      "tileSize": 512,
      "mapboxToken": "",
      "zoomOffset": -1,
      "attribution": "© <a href='https://apps.mapbox.com/feedback/'>Mapbox</a> © <a href='http://www.openstreetmap.org/copyright'>OpenStreetMap</a>"
    }
  },
  "mb-satelite": {
    "label": "Satelite",
    "url": "https://api.mapbox.com/styles/v1/mapbox/satellite-streets-v11/tiles/{z}/{x}/{y}?access_token={mapboxToken}",
    "options": {
      "tileSize": 512,
      "mapboxToken": "",
      "zoomOffset": -1,
      "attribution": "© <a href='https://apps.mapbox.com/feedback/'>Mapbox</a> © <a href='http://www.openstreetmap.org/copyright'>OpenStreetMap</a>"
    }
  },
  "mb-streets": {
    "label": "Streets",
    "url": "https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/{z}/{x}/{y}?access_token={mapboxToken}",
    "options": {
      "tileSize": 512,
      "mapboxToken": "",
      "zoomOffset": -1,
      "attribution": "© <a href='https://apps.mapbox.com/feedback/'>Mapbox</a> © <a href='http://www.openstreetmap.org/copyright'>OpenStreetMap</a>"
    }
  },
  "tf-landscape": {
    "label": "Landscape",
    "url": "https://{s}.tile.thunderforest.com/landscape/{z}/{x}/{y}.png?apikey={thunderforestToken}",
    "options": {
      "maxZoom": 22,
      "thunderforestToken": "",
      "attribution": "© <a href='http://www.thunderforest.com/'>Thunderforest</a>, © <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a>"
    }
  },
  "tf-outdoors": {
    "label": "Outdoors",
    "url": "https://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png?apikey={thunderforestToken}",
    "options": {
      "maxZoom": 22,
      "thunderforestToken": "",
      "attribution": "© <a href='http://www.thunderforest.com/'>Thunderforest</a>, © <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a>"
    }
  },
  "tf-cycle": {
    "label": "OpenCycleMap",
    "url": "https://{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey={thunderforestToken}",
    "options": {
      "maxZoom": 22,
      "thunderforestToken": "",
      "attribution": "© <a href='http://www.thunderforest.com/'>Thunderforest</a>, © <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a>"
    }
  },
  "openstreetmap": {
    "label": "OpenStreetMap",
    "url": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
    "options": {
      "attribution": "© <a href='https://openstreetmap.org/copyright/'>OpenStreetMap</a>"
    }
  },
  "opentopomap": {
    "label": "OpenTopoMap",
    "url": "https://a.tile.opentopomap.org/{z}/{x}/{y}.png",
    "options": {
      "maxZoom": 17,
      "attribution": "© <a href='http://opentopomap.org/'>OpenTopoMap</a> <a href='https://creativecommons.org/licenses/by-sa/3.0/'>(CC-BY-SA)</a> | © <a href='https://openstreetmap.org/copyright/'>OpenStreetMap</a>"
    }
  }
}