12 lines
No EOL
286 B
JSON
12 lines
No EOL
286 B
JSON
{ "type": "FeatureCollection",
|
|
"features": [
|
|
{ "type": "Feature",
|
|
"geometry": {"type": "Point"},
|
|
"properties": {"feat_id": 0}
|
|
},
|
|
{ "type": "Feature",
|
|
"geometry": {"type": "Point", "coordinates":[0,0]},
|
|
"properties": {"feat_id": 1}
|
|
}
|
|
]
|
|
} |