1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“type:way AND boundary=protected_area”
*/
[out:json][timeout:250];
(
  way["boundary"="protected_area"]["leisure"="nature_reserve"][protect_class=1][name~"NPR"] ({{bbox}});
  relation["boundary"="protected_area"]["leisure"="nature_reserve"][protect_class=1][name~"národní"]({{bbox}});
);
map_to_area;
way(area)[highway~"track|path|service"][!bicycle][!access]->.cesty;
rel["network"~".cn"](bw.cesty);
way(r)->.cyklo;
( .cesty; - .cyklo; );
//node(w);
out geom;
300 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet