{
  "version": 7,
  "constants": {
    "@land": "#eee",
    "@water": "#999",
    "@park": "#bda",
    "@road": "#fefefe",
    "@border": "#6d90ab",
    "@building": "#ddd",
    "@building_outline": "#ccc",
    "@text": "#000000",
    "@road_blur": 1,
    "@stroke_width": 0.25
  },
  "sources": {
    "mapbox.mapbox-streets-v5": {
      "type": "vector",
      "tiles": []
    }
  },
  "glyphs": "http://mapbox.s3.amazonaws.com/gl-glyphs-256/{fontstack}/{range}.pbf",
  "layers": [{
    "id": "background",
    "type": "background",
    "paint": {
      "background-color": "@land"
    }
  }, {
    "id": "park",
    "type": "fill",
    "source": "mapbox.mapbox-streets-v5",
    "source-layer": "landuse",
    "filter": ["==", "class", "park"],
    "paint": {
      "fill-color": "@park"
    }
  }, {
    "id": "water",
    "type": "fill",
    "source": "mapbox.mapbox-streets-v5",
    "source-layer": "water",
    "paint": {
      "fill-color": "#999"
    }
  }, {
    "id": "building",
    "type": "fill",
    "source": "mapbox.mapbox-streets-v5",
    "source-layer": "building",
    "paint": {
      "fill-color": "@building",
      "fill-opacity": {
        "base": 1.01,
        "stops": [[13, 0], [14, 1]]
      },
      "bad-transition": {
        "duration": 400
      },
      "fill-opacity-transition": {
        "duration": 500,
        "bad": "value",
        "delay": -500
      },
      "fill-outline-color": "@building_outline"
    }
  }, {
    "id": "borders",
    "type": "line",
    "source": "mapbox.mapbox-streets-v5",
    "source-layer": "admin",
    "something": "else",
    "paint": {
      "line-color": "rgba(0,0,0,0.3)",
      "line-width": 1
    }
  }, {
    "id": "poi",
    "type": "symbol",
    "source": "mapbox.mapbox-streets-v5",
    "source-layer": "poi_label",
    "layout": {
      "icon-max-size": 12,
      "icon-rotation-alignment": "viewport"
    }
  }, {
    "id": "country_label",
    "type": "symbol",
    "source": "mapbox.mapbox-streets-v5",
    "source-layer": "country_label",
    "filter": ["==", "$type", "Point"],
    "layout": {
      "text-field": "{name}",
      "text-font": "Open Sans Regular, Arial Unicode MS Regular",
      "text-max-size": 16,
      "text-padding": 10
    },
    "paint": {
      "text-halo-color": "rgba(255,255,255,0.7)",
      "text-halo-width": "@stroke_width",
      "text-color": "@text"
    }
  }, {
    "id": "road_label",
    "type": "symbol",
    "source": "mapbox.mapbox-streets-v5",
    "source-layer": "road_label",
    "filter": ["==", "$type", "LineString"],
    "layout": {
      "text-field": "{name}",
      "text-font": "Open Sans Regular, Arial Unicode MS Regular",
      "text-max-size": 12,
      "text-max-angle": 59.59,
      "symbol-min-distance": 250
    },
    "paint": {
      "text-color": "@text",
      "text-halo-color": "rgba(255,255,255,0.7)",
      "text-halo-width": "@stroke_width",
      "text-size": {
        "stops": [[4.770835839035499, 8.01], [15.477225251693334, 12]]
      }
    }
  }]
}
