17 lines
253 B
JSON
17 lines
253 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"id": "point_1",
|
|
"geometry": {
|
|
"coordinates": [1, 2],
|
|
"type": "Point"
|
|
},
|
|
"properties": {
|
|
"name": "point"
|
|
}
|
|
}
|
|
]
|
|
}
|