@rr0/cms
Version:
RR0 Content Management System (CMS)
6 lines (5 loc) • 350 B
JavaScript
import { Place } from "@rr0/place";
import { HeraultCityCode } from "../HeraultCityCode.js";
import { herault } from "../Herault.js";
import { City } from "../../../../../../country/region/department/city/City.js";
export const montpellier = City.create(String(HeraultCityCode.Montpellier), herault, Place.fromDMS("43°52′03″N,0°06′27″W"));