wololo/tests/data/testing.json

26 lines
623 B
JSON
Raw Normal View History

2025-01-15 22:20:14 +01:00
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
4.822159,
45.635079
]
},
"properties": {
"nom_amenageur": "Bob",
"siren_amenageur": "891624884",
"telephone_operateur": "0123456789",
"equal": "same value",
"consolidated_commune": "S\u00e9r\u00e9zin-du-Rh\u00f4ne",
"consolidated_is_lon_lat_correct": true,
2025-04-28 00:34:41 +02:00
"consolidated_city": false,
"osm_id": 1234567890,
"non_spécifié": "non spécifié"
2025-01-15 22:20:14 +01:00
}
}
]
2025-04-28 00:34:41 +02:00
}