34 lines
592 B
JSON
34 lines
592 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"name": "El Mahrine",
|
|
"pleiades": "193813497"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
9.85099732875824,
|
|
36.749677860628836
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"name": "Henchir-es-Srira",
|
|
"pleiades": "324738"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
9.369095,
|
|
35.437423
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|