forked from Olav63/outils_OSM
96 lines
2.9 KiB
JSON
96 lines
2.9 KiB
JSON
{
|
|
"stationnements_velos_non_publics": {
|
|
"overpass": "nwr[\"amenity\"=\"bicycle_parking\"][\"access\"~\"(no|permit|private|customers|permissive)\"](area:aire_de_recherche);",
|
|
"champs_generiques": [
|
|
"CHAMPS_STATIONNEMENT",
|
|
"CHAMPS_ADRESSE"
|
|
],
|
|
"champ_local": ""
|
|
},
|
|
"stationnements_velos_publics": {
|
|
"overpass": "nwr[\"amenity\"=\"bicycle_parking\"](area:aire_de_recherche); - nwr[\"amenity\"=\"bicycle_parking\"][\"access\"~\"(no|permit|private|customers|permissive)\"](area:aire_de_recherche);",
|
|
"champs_generiques": [
|
|
"CHAMPS_STATIONNEMENT",
|
|
"CHAMPS_ADRESSE"
|
|
],
|
|
"champ_local": ""
|
|
},
|
|
"ateliers_autoreparation": {
|
|
"overpass": "nwr[\"service:bicycle:diy\"=\"yes\"](area:aire_de_recherche);",
|
|
"champs_generiques": [
|
|
"CHAMPS_POI",
|
|
"CHAMPS_ADRESSE"
|
|
],
|
|
"champ_local": {
|
|
"service:bicycle:diy": {
|
|
"export_json": "Non",
|
|
"FR": ""
|
|
}
|
|
}
|
|
},
|
|
"associations_velo": {
|
|
"overpass": "nwr[\"association\"=\"bicycle\"](area:aire_de_recherche);",
|
|
"champs_generiques": [
|
|
"CHAMPS_POI",
|
|
"CHAMPS_ADRESSE"
|
|
],
|
|
"champ_local": {
|
|
"association": {
|
|
"export_json": "Non",
|
|
"FR": ""
|
|
}
|
|
}
|
|
},
|
|
"fabriquants_velo": {
|
|
"overpass": "nwr[\"craft\"=\"bicycle\"](area:aire_de_recherche);",
|
|
"champs_generiques": [
|
|
"CHAMPS_POI",
|
|
"CHAMPS_ADRESSE"
|
|
],
|
|
"champ_local": {
|
|
"craft": {
|
|
"export_json": "Non",
|
|
"FR": ""
|
|
}
|
|
}
|
|
},
|
|
"vendeurs_velo": {
|
|
"overpass": "nwr[\"shop\"=\"bicycle\"](area:aire_de_recherche); nwr[\"service:bicycle:retail\"=\"yes\"](area:aire_de_recherche);",
|
|
"champs_generiques": [
|
|
"CHAMPS_POI",
|
|
"CHAMPS_ADRESSE"
|
|
],
|
|
"champ_local": {
|
|
"shop": {
|
|
"export_json": "Non",
|
|
"FR": ""
|
|
}
|
|
}
|
|
},
|
|
"velos_libre_service": {
|
|
"overpass": "nwr[\"amenity\"=\"bicycle_rental\"](area:aire_de_recherche);",
|
|
"champs_generiques": [
|
|
"CHAMPS_POI",
|
|
"CHAMPS_ADRESSE"
|
|
],
|
|
"champ_local": {
|
|
"amenity": {
|
|
"export_json": "Non",
|
|
"FR": ""
|
|
}
|
|
}
|
|
},
|
|
"location_velo": {
|
|
"overpass": "nwr[\"service:bicycle:rental\"=\"yes\"](area:aire_de_recherche);",
|
|
"champs_generiques": [
|
|
"CHAMPS_POI",
|
|
"CHAMPS_ADRESSE"
|
|
],
|
|
"champ_local": {
|
|
"service:bicycle:rental": {
|
|
"export_json": "Non",
|
|
"FR": ""
|
|
}
|
|
}
|
|
}
|
|
} |