mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Comment routeSegments
This commit is contained in:
@@ -199,6 +199,11 @@ export function uiPresetIcon(context) {
|
||||
}
|
||||
|
||||
|
||||
// Route icons are drawn with a zigzag annotation underneath:
|
||||
// o o
|
||||
// / \ /
|
||||
// o o
|
||||
// This dataset defines the styles that are used to draw the zigzag segments.
|
||||
const routeSegments = {
|
||||
bicycle: ['highway/cycleway', 'highway/cycleway', 'highway/cycleway'],
|
||||
bus: ['highway/unclassified', 'highway/secondary', 'highway/primary'],
|
||||
|
||||
Reference in New Issue
Block a user