Public
Edited
Dec 15, 2023
Fork of Mercator
Insert cell
Insert cell
rusutsuArea = ({
type: "Feature",
geometry: {
coordinates: [
[
[140.8810981621018, 42.76381063931129],
[140.88138580069852, 42.69725561534935],
[140.95876058338013, 42.697467014135924],
[140.9573223903938, 42.764021811378825],
[140.8810981621018, 42.76381063931129]
]
],
type: "Polygon"
}
})
Insert cell
projection = d3.geoMercator().fitExtent(
[
[0, 0],
[1000, 600]
],
rusutsuArea
)
Insert cell
map
Insert cell
import {d3, map} with {projection} from "@d3/world-map"
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more