UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 264 B
import { texas } from "../Texas.js"; import { Place } from "@rr0/place"; import { usaCity } from "../../UsaCity.js"; export const houstonCityCode = "48-35000"; export let houston = usaCity(houstonCityCode, texas, Place.fromDMS("29°45′46″N 95°22′59″W"));