27 lines
433 B
Plaintext
27 lines
433 B
Plaintext
|
|
{
|
||
|
|
"type": "FeatureCollection",
|
||
|
|
"features": [
|
||
|
|
{
|
||
|
|
"type": "Feature",
|
||
|
|
"properties": {},
|
||
|
|
"geometry": {
|
||
|
|
"type": "LineString",
|
||
|
|
"coordinates": [
|
||
|
|
[4,45],
|
||
|
|
[4,43]
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "Feature",
|
||
|
|
"properties": {},
|
||
|
|
"geometry": {
|
||
|
|
"type": "LineString",
|
||
|
|
"coordinates": [
|
||
|
|
[3,44],
|
||
|
|
[5,44]
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|