Changes between Initial Version and Version 14 of Ticket #15169
- Timestamp:
- 2017-08-23T15:24:16+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15169
- Property Summary *.svg image not working in preset file → *.svg image not working in preset (zip) file
- Property Owner changed from to
- Property Status new → needinfo
-
Ticket #15169 – Description
initial v14 4 4 In the xml file are these two lines of code then the icon shows up in the menu. 5 5 {{{ 6 #!xml 6 7 <group name="Use sidepath" icon="http://mijndev.openstreetmap.nl/~allroads/JOSM/Styles/images/bicycle-aqua.svg" > 7 8 <label icon="http://mijndev.openstreetmap.nl/~allroads/JOSM/Styles/images/bicycle-aqua.svg" icon_size="30" text="Set use_sidepath for bicycle." /> … … 11 12 12 13 {{{ 14 #!xml 13 15 <group name="Use sidepath" icon="bicycle-aqua.svg" > 14 16 <label icon="bicycle-aqua.svg" icon_size="30" text="Set use_sidepath for bicycle." />