18 lines
341 B
JSON
18 lines
341 B
JSON
|
{
|
||
|
"type": "FeatureCollection",
|
||
|
"properties": {
|
||
|
"fc_name": "fc_value"
|
||
|
},
|
||
|
"features": [
|
||
|
{
|
||
|
"type": "Feature",
|
||
|
"properties": {
|
||
|
"feat_name": "feat_value"
|
||
|
},
|
||
|
"geometry": {
|
||
|
"type": "Point",
|
||
|
"coordinates": [ -122, 48 ]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|