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
 
[timeout:900];
//area[name="Bonn"]->.bn;
area[name="Münster"][admin_level=6]->.bn;
node({{bbox}})//(area.bn)
  ["advertising"!="column"]
  ["addr:housenumber"!~"."]
  ["addr:street"!~"."]
  ["amenity"!~"^(atm|bank|bar|bench|bicycle_parking|cafe|car_sharing|car_wash|clock|dentist|doctors|drinking_water|fast_food|fountain|fuel|grit_bin|hunting_stand|kindergarten|library|parking|pharmacy|place_of_worship|post_box|post_office|pub|recycling|restaurant|school|shelter|taxi|telephone|theatre|toilets|university|vending_machine|waste_basket)$"]
  ["barrier"!~"^(bollard|gate|lift_gate)$"]
  ["communication"!~"^(cable_distribution_cabinet|outdoor_dslam)$"]
  ["emergency"!~"^(fire_hydrant|phone)$"]
  ["entrance"!~"^(main|yes)$"]
  ["highway"!~"^(bus_stop|emergency_access_point|street_lamp)$"]
  ["historic"!~"^(boundary_stone|memorial|wayside_cross|wayside_shrine)$"]
  ["information"!~"^(board|guidepost|map|nature)$"]
  ["leisure"!~"^(pitch|playground)$"]
  ["man_made"!~"^(mast|satellite_dish|service_area_interface|surveillance|telephone_exchange|tower|water_well)$"]
  ["memorial:type"!="stolperstein"]
  ["natural"!="tree"]
  ["place"!="suburb"]
  ["power"!~"^(cable_distribution_cabinet|transformer)$"]
  ["public_transport"!="stop_position"]
  ["railway"!~"^(phone|tram_stop)$"]
["shop"!~"^(bakery|beverages|bicycle|books|butcher|car_repair|clothes|convenience|dry_cleaning|florist|hairdresser|kiosk|optician|shoes|supermarket)$"]
  ["tourism"!~"^(artwork|attraction|hotel|information|viewpoint)$"]
  ["traffic_sign"!~"^(city_limit|maxspeed)$"]
  ->.nodes;
way(area.bn);
(.nodes - node(w);)->.nodes;
rel(area.bn);
(.nodes - node(r);)->.nodes;
rel(pivot.bn);way(r);
(.nodes - node(w););
out;
 
100 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet