simonpoole / beautified-JOSM-preset

Improved version of the JOSM presets
http://simonpoole.github.io/beautified-JOSM-preset
Other
57 stars 25 forks source link

departures_board:speech_output #442

Closed SomeoneElseOSM closed 5 months ago

SomeoneElseOSM commented 5 months ago

Currently, departures_board is part of public_transport=platform and can be added via a button in the "properties" list to e.g. highway=bus_stop. It'd be great if when adding departures_board you were also prompted for a value for departures_board:speech_output with the options yes ans no (but by default unset. Taginfo, wiki page.

I'm not sure what this means for implementation (in master_preset.xml I can see <chunk id="departures_board">, hence adding it as an issue rather than a pull request.

simonpoole commented 5 months ago

chunks are simply reusable bits of config, in this case it used both in the item "Departure board" and in the platform chunk: https://github.com/simonpoole/beautified-JOSM-preset/blob/master/master_preset.xml#L6322 and https://github.com/simonpoole/beautified-JOSM-preset/blob/master/master_preset.xml#L2387 The platform chunk is reused in lots of the public transport items.