1
2
3
4
5
6
7
8
9
import { toGeojsonPoint } from "https://esm.town/v/neverstew/toGeojsonPoint";
import { manchesterBerylStations } from "https://esm.town/v/neverstew/manchesterBerylStations";
import { geojsonFeatureCollection } from "https://esm.town/v/neverstew/geojsonFeatureCollection";
export let manchesterBerylStationsGeojson = geojsonFeatureCollection(
manchesterBerylStations.map(
toGeojsonPoint,
),
);