UNPKG
osmtogeojson
Version:
latest (3.0.0-beta.5)
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.1
2.2.0
2.1.0
2.0.5
2.0.4
2.0.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
convert OSM to geojson
github.com/tyrasd/osmtogeojson
tyrasd/osmtogeojson
osmtogeojson
/
test-cli
/
data
/
way.json
31 lines
•
377 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"elements"
:
[
{
"type"
:
"way"
,
"id"
:
1
,
"nodes"
:
[
2
,
3
,
4
]
}
,
{
"type"
:
"node"
,
"id"
:
2
,
"lat"
:
0
,
"lon"
:
1
}
,
{
"type"
:
"node"
,
"id"
:
3
,
"lat"
:
0
,
"lon"
:
1.1
}
,
{
"type"
:
"node"
,
"id"
:
4
,
"lat"
:
0.1
,
"lon"
:
1.2
}
]
}