Comment routeSegments

This commit is contained in:
Bryan Housel
2019-12-18 16:35:55 -05:00
parent 20f90f8a67
commit 491d57af48

View File

@@ -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'],