Skip to content

Overture Landcover with Hillshade

A basic natural background consisting of only hillshade and landcover.

---
title: Overture Landcover with Hillshade
description: A basic natural background consisting of only hillshade and landcover.
type: vector
options:
  center: [ 11.39085, 47.27574 ]
  zoom: 8
style:
  sources:
    terrarium: {"type":"raster-dem","tiles":["https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png"],"minzoom":0,"maxzoom":15,"tileSize":256,"encoding":"terrarium"}
  version: 8
  layers:
    - type: background
      background-color: lightblue
    - type: fill
      beforeLayerId: waterway_tunnel
      source-layer: land_cover
      paint:
        fill-outline-color: rgba(0,0,0,0)
        fill-color:
          - case
          - [ ==, [ get, subtype ], urban ]
          - rgb(167, 162, 186)
          - [ ==, [ get, subtype ], forest ]
          - rgb(134, 178, 137)
          - [ ==, [ get, subtype ], barren ]
          - rgb(245, 237, 213)
          - [ ==, [ get, subtype ], shrub ]
          - rgb(239, 218, 182)
          - [ ==, [ get, subtype ], grass ]
          - rgb(254, 239, 173)
          - [ ==, [ get, subtype ], crop ]
          - rgb(222, 223, 154)
          - [ ==, [ get, subtype ], wetland ]
          - rgb(158, 207, 195)
          - [ ==, [ get, subtype ], mangrove ]
          - rgb(83, 171, 128)
          - [ ==, [ get, subtype ], moss ]
          - rgb(250, 230, 160)
          - [ ==, [ get, subtype ], snow ]
          - rgb(255, 255, 255)
          - rgba(255, 255, 255, 0)
    - {"id":"terrain-rgb-terrarium","type":"hillshade","source":"terrarium","minzoom":0,"paint":{"hillshade-shadow-color":"hsl(39, 21%, 33%)","hillshade-illumination-direction":315,"hillshade-exaggeration":0.3}}
---
https://tiles.trailstash.net/overture-land_cover.json


View Map on Overpass Ultra
Edit Query on Overpass Ultra