UNPKG
osm-to-svg
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Convert OpenStreetMap (OSM) data to SVG.
github.com/piLeoni/osm-to-svg
piLeoni/osm-to-svg
osm-to-svg
/
dist
/
index.js
11 lines
•
299 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"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