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