UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 293 B
import { Place, PlaceLocation } from "@rr0/place"; import { UsaStates } from "../UsaStates.js"; import { usaRegion } from "../../Usa.js"; export const florida = usaRegion(UsaStates.fl, new Place([PlaceLocation.fromDMS("24°27'N,80° 02' W"), PlaceLocation.fromDMS("31° 00' N,87° 38' W")]));