Gallery / Maps & spatial
sf
One feature, two pieces of ground
Everything above 180 metres on Maunga Whau: the summit ridge and a separate rise, carried in one GeometryCollection and expanded into two closed parts.

Source
Svelte, builder, JSON
<script lang="ts">
import {
CoordFixed,
GeomSf,
GGPlot,
Labs,
ThemeClassic,
} from "@ggsvelte/svelte";
import { aboveOneEighty } from "./data.js";
</script>
<GGPlot data={aboveOneEighty} aes={{ fill: "ground" }} width={640} height={400}>
<ThemeClassic />
<CoordFixed />
<Labs
title="One feature, two pieces of ground"
subtitle="Everything on Maunga Whau above 180 m: the summit ridge and a rise east of it"
fill=""
/>
<GeomSf alpha={0.85} linewidth={0.9} />
</GGPlot>
Meta
Details
- Family
- Maps & spatial
- Source
sf/geometry-collection- Rendering
- SVG
- Techniques


