{{ ctx.nhits | number }}
record
{{ ctx.nhits | number }} record
Active filters
No active filters
Filters
OSM - Infrastructures 🚲 - Angers
Export OpenStreetMap des infrastructures cyclables à Angers
A l'onglet Carte + vous trouverez une carte avec une couche supplémentaire de données : celles des Infrastructures cyclables - Angers Loire Métropole
Requête Overpass QL
//Angers : 178351
rel(178351);map_to_area -> .searchArea;
(
way[highway=cycleway](area.searchArea);
way[~"(cycleway|cycleway:left|cycleway:right)"~"(opposite|opposite_lane|opposite_track|lane|track|share_busway)"](area.searchArea);
way[highway="*"]["sidewalk:bicycle"=yes](area.searchArea);
way[highway="living_street"](area.searchArea);
way[highway="footway"][bicycle=yes](area.searchArea);
way[highway="pedestrian"][bicycle=yes](area.searchArea);
way[highway="path"][bicycle=yes](area.searchArea);
way[highway="track"][bicycle=yes](area.searchArea);
)->.only_ways;
(.only_ways >;)->.nodes_of_ways;
.nodes_of_ways out skel;
.only_ways out body;
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.