Add icon styling for Mountain Biking Route preset (re: https://github.com/openstreetmap/id-tagging-schema/issues/99)

This commit is contained in:
Quincy Morgan
2020-12-21 10:08:55 -05:00
parent ce73b397b6
commit c61924407d

View File

@@ -379,6 +379,7 @@ export function uiPresetIcon() {
horse: ['highway/bridleway', 'highway/bridleway', 'highway/bridleway'],
light_rail: ['railway/light_rail', 'railway/light_rail', 'railway/light_rail'],
monorail: ['railway/monorail', 'railway/monorail', 'railway/monorail'],
mtb: ['highway/path', 'highway/track', 'highway/bridleway'],
pipeline: ['man_made/pipeline', 'man_made/pipeline', 'man_made/pipeline'],
piste: ['piste/downhill', 'piste/hike', 'piste/nordic'],
power: ['power/line', 'power/line', 'power/line'],