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 
"Descentes entre 36% et 50 % en France"
*/
[out:json][timeout:500];
 
// recherche en France
{{geocodeArea:France}}->.searchArea;
 
// récupération des résultats
 
( 
  way["incline"~"-36%|36%|-37%|37%|-38%|38%|-39%|39%|-40%|40%|-41%|41%|-42%|42%|-43%|43%|-44%|44%|-45%|45%|-46%|46%|-47%|47%|-48%|48%|-49%|49%|-50%|50%"]["highway"~"secondary|tertiary|unclassified|residential"](area.searchArea);
);
 
// afficher les résultats
out body;
>;
out skel qt;
100 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet