1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“seconde main=*”
*/
[out:json][timeout:25];
{{geocodeArea:Communauté d'agglomération Pau Béarn Pyrénées}}->.searchArea;
// gather results
(
  // query part for: “organic=*”
  node["second_hand"="yes"](area.searchArea);
  way["second_hand"="yes"](area.searchArea);
  relation["second_hand"="yes"](area.searchArea);
    node["second_hand"="only"](area.searchArea);
  way["second_hand"="only"](area.searchArea);
  relation["second_hand"="only"](area.searchArea);
);
// print results
out center;
>;
 
 
{{style:
  node, way, relation {
    text: name;
  }
node, area
{ color:white; fill-color:white; }
 
node[second_hand=yes],
area[second_hand=yes]
{ color:#d95f0e; fill-color:#d95f0e; }
 
node[second_hand=only],
area[second_hand=only]
{ color:#fec44f; fill-color:#fec44f; }
}}
1 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet