2016-03-03 00:19:38 +00:00
|
|
|
{
|
|
|
|
"type": "FeatureCollection",
|
|
|
|
"features": [
|
2017-08-30 17:31:51 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "one" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
|
2016-03-03 00:19:38 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "one" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
|
2017-08-30 17:31:51 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "two" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
|
|
|
|
{ "type": "Feature", "properties": { "order": "three" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
|
2016-03-03 00:19:38 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "two" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
|
2017-08-30 17:31:51 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "four" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
|
2016-03-03 00:19:38 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "three" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
|
2017-08-30 17:31:51 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "five" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
|
|
|
|
{ "type": "Feature", "properties": { "order": "six" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
|
2016-03-03 00:19:38 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "four" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
|
2017-08-30 17:31:51 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "seven" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
|
2016-03-03 00:19:38 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "five" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
|
2017-08-30 17:31:51 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "eight" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
|
|
|
|
{ "type": "Feature", "properties": { "order": "nine" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
|
2016-03-03 00:19:38 +00:00
|
|
|
{ "type": "Feature", "properties": { "order": "six" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
|
|
|
|
]
|
|
|
|
}
|