Changes between Version 3 and Version 4 of Styles/RU-SubwayEntranceLabeling
- Timestamp:
- 2018-10-15T18:15:28+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/RU-SubwayEntranceLabeling
v3 v4 1 1 === Kinda proof of concept in Overpass Turbo 2 2 Thanx to freeExec for helping with overpass ql code. 3 https://overpass-turbo.eu/s/ w6c| https://forum.openstreetmap.org/viewtopic.php?pid=684527#p6845273 https://overpass-turbo.eu/s/CMl | https://forum.openstreetmap.org/viewtopic.php?pid=684527#p684527 4 4 5 5 {{{ … … 14 14 convert node 15 15 ::id = id(), 16 ref = t[ ref],17 colour = t[ colour],18 label = "Выход № " + t[ ref] + " со станций: " + r.set(t[name]);16 ref = t["ref"], 17 colour = t["colour"], 18 label = "Выход № " + t["ref"] + " со станций: " + r.set(t["name"]); 19 19 out; 20 20 );