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
/
node.json
10 lines
•
111 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"elements"
:
[
{
"type"
:
"node"
,
"id"
:
1
,
"lat"
:
1.234
,
"lon"
:
4.321
}
]
}