Skip to content

Minimalist Ski Map

Create minimalist ski maps of your favorite ski resort.

---
title: Minimalist Ski Map
description: Create minimalist ski maps of your favorite ski resort.
options:
  zoom: 13.38
  center: [-120.06396, 38.67543]
  bearing: -138.4
  pitch: 60
style:
  version: 8
  sources:
    dem:
      type: raster-dem
      tiles:
        - 'https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png'
      encoding: terrarium
      tileSize: 256
  layers:
    - type: background
      background-color: white
    - id: slopes
      type: line
      filter:
        - all
        - [==, [geometry-type], LineString]
        - [has, piste:type]
      line-width: 3
      line-color:
       - case
       - - any 
         - [==, [get, piste:difficulty], novice]
         - [==, [get, piste:difficulty], easy]
       - green
       - [==, [get, piste:difficulty], intermediate]
       - blue
       - black
    - id: lifts
      type: line
      filter:
        - all
        - [==, [geometry-type], LineString]
        - [has, aerialway]
      line-width: 2
      line-color: red
      line-dasharray: [2, 2]
  terrain:
    source: dem
    exaggeration: 1
---
[bbox:{{bbox}}];
(
  way[aerialway][aerialway!=zip_line];
  way["piste:type"=downhill];
);
out geom;


View Map on Overpass Ultra
Edit Query on Overpass Ultra