11 lines
126 B
JSON
11 lines
126 B
JSON
{
|
|
"type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "MultiPoint",
|
|
"coordinates":[[
|
|
0,
|
|
0
|
|
],[ 1,2]]
|
|
}
|
|
} |