UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 348 B
import { Place } from "@rr0/place"; import { kootenays } from "../Kootenays.js"; import { City } from "../../../../../country/region/department/city/City.js"; import { KootenaysCityCode } from "../KootenaysCityCode.js"; export const castlegar = City.create(KootenaysCityCode.Castegar, kootenays, Place.fromDMS("49°19′28″N 117°40′01″W"));