/* terrain demo */

/* ── Terrain ─────────────────────────────────────── */

#terrain-canvas {
    touch-action: none;   /* drag pans the map instead of scrolling the page */
    image-rendering: auto;
}
