UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 298 B
import { Place } from "@rr0/place"; import { UsaStates } from "../UsaStates.js"; import { usa } from "../../Usa.js"; import { Region } from "../../../country/index.js"; export const maryland = new Region(UsaStates.md, usa, [Place.fromDMS("37°53'N,75°03'W"), Place.fromDMS("39°43'N,79°29'W")]);