# Overpass Queries Cycle highways
###### tags: `cycle highways`
Datamodel fietssnelwegen in de wiki: https://wiki.openstreetmap.org/wiki/Tag:cycle_network%3DBE-VLG:cycle_highway
Nieuwe F6-relatie tussen Aalter Gent > https://www.openstreetmap.org/relation/19663546
https://overpass-turbo.eu/
Go to Settings and choose "Don't display small features as POIs"
## 1) Lighting all cycle highways
https://overpass-turbo.eu/s/1TI6
(attention: automatically downloads 10 mb of data)
```
[out:json][timeout:25];
relation["cycle_network"="BE-VLG:cycle_highway"];
way(r)["highway"];
out geom;
{{style:
/* define general layout of road classes */
way[!lit]{
color:gray;
width:2;
}
way[highway=no]{
dashes:5,10;
}
way[lit=yes]{
color:yellow;
}
way[lit=no]{
color:black;
}
way[lit=automatic]{
color:yellow;
dashes:5,5;
}
way[lit=limited]{
color:#F6BE00;
dashes:5,5;
}
}}
```
## 2) Lighting cycle highways in West-Vlaanderen
https://overpass-turbo.eu/s/1TIZ
(hit Run to download data, click in the map on the zoom button to zoom to the data)
## 3) Route analysis (super route relation) [cycle highway F31](https://www.openstreetmap.org/relation/13061308) Brugge-Zeebrugge
- surface=asphalt, surface=concrete, surface=* (other surfaces), no surfaces registered
- https://overpass-turbo.eu/s/1TJ1
- lit=yes/no/not registered
- smoothness=excellent/good/bad/not registered
- replace the F-number to query a other cycle highway
## 4) Show which segments are car-free
https://overpass-turbo.eu/s/2cFv
## 5) Show where bicycles can go against one-way traffic or not
https://overpass-turbo.eu/s/2cFw
## 6) Render cycleways (cfr cyclosm)
https://overpass-turbo.eu/s/2cFx
## 7) Cyclestreets in the past
https://overpass-turbo.eu/s/2cFD