# 2025 05 07 Cycleway mapathon @ TML
This page: https://hackmd.io/@osm-be/tml
Quick chat room: https://transfrly.com/room/988324
## Goal
Review an area based on aerial imagery & Mapillary for:
- cycleways
- lit
- surface
- sidewalks
Choose an area: https://stm.hauke-stieler.de/project/961
## Tagging
### Cycleways
* Use `cycleway=lane` (on the road) or `cycleway=track` (separate from road) or `shared_lane` (just some paint)
* Add left/right if both sides are different, e.g. `cycleway:left=lane`, `cycleway:right=no`
* Add `cycleway:both=no` to indicate there are none
* If there are separate cyclepaths, make sure the main road has `bicycle=use_sidepath`
* [More details](https://wiki.openstreetmap.org/wiki/Bicycle#Cycle_features)
* [CyclOSM](https://www.cyclosm.org/)
* [Overpass-turbo](https://overpass-turbo.eu/s/23H9)
### Surface
* Add `surface=asphalt` or `concrete`, `dirt`, `paving_stones` `paved`/`unpaved` for the main road
* If the cycleway is different, add its `cycleway:surface` (or maybe `cycleway:left:surface`)
* [More details](https://wiki.openstreetmap.org/wiki/Key:surface)
* [Overpass-turbo](https://overpass-turbo.eu/s/23He)
### Lit
Is the highway lit?
* Add `lit`=`yes` or `no`
* [More details](https://wiki.openstreetmap.org/wiki/Key:lit)
* [OSM streetlight](https://sb12.github.io/OSMStreetLight/)
* [Overpass Turbo](https://overpass-turbo.eu/s/23Hv)
### Sidewalks
Does the road have sidewalks?
* Add `sidewalk`=`yes`/`no`/`left`/`right`
* [More details](https://wiki.openstreetmap.org/wiki/Key:sidewalk)
* [View on the map](https://overpass-turbo.eu/s/23Dk)
* [Wiki](https://wiki.openstreetmap.org/wiki/Sidewalks)