1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
/*
Cette requête est générée par l'outil overpass-turbo.
La recherche initiale est 
"Vitesses minimales sur route"
*/
[out:json][timeout:500];
 
// récupération des résultats
 
  // interrogation de “highway=* and minspeed=*” 
( 
  node["highway"]["minspeed"]({{bbox}});
  way["highway"]["minspeed"]({{bbox}});
  relation["highway"]["minspeed"]({{bbox}});
);
 
// afficher les résultats
out body;
>;
out skel qt;
10 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet