UNPKG

osm-to-svg

Version:

Convert OpenStreetMap (OSM) data to SVG.

11 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OSM2SVG = void 0; const fetchArea_1 = require("./fetchArea"); class OSM2SVG { constructor() { this.fetchArea = fetchArea_1.fetchArea; } } exports.OSM2SVG = OSM2SVG; //# sourceMappingURL=index.js.map