Changes between Version 1 and Version 2 of Ticket #20833, comment 3


Ignore:
Timestamp:
2021-05-07T00:31:18+02:00 (5 years ago)
Author:
skyper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20833, comment 3

    v1 v2  
    33
    44It adds a new subgroup including the former preset, now "Common", and two own presets for `no_enty` and `no_exit`
     5
    56[[Image(josm_20833_menu.jpg)]]
    67
     
    89Besides creating the missing traffic mode icons, see below, the only thing left to do is updating `match=""` by a `match_expression=""` once #20843 is fixed.
    910
    10 [[Image(josm_20833_common_restriction.jpg,left,60%)]] [[Image(josm_20833_common_restriction_value.jpg,margin-left=10)]]
     11[[Image(josm_20833_common_restriction.jpg,left,55%,margin-right=10)]] [[Image(josm_20833_common_restriction_value.jpg)]]
    1112
    12 [[Image(josm_20833_common_restriction_cond_value.jpg,margin-top=10)]]
    13 
    14 ----
    15 [[Image(josm_20833_no_entry.jpg,left,60%)]] [[Image(josm_20833_no_entry_restriction_value.jpg,margin-left=10)]]
    16 
    17 [[Image(josm_20833_no_entry_restriction_cond_value.jpg,margin-top=10)]]
     13[[Image(josm_20833_common_restriction_cond_value.jpg,margin-top=10,44%,margin-bottom=100)]]
    1814
    1915----
    2016
    21 Next step is to generate better and more traffic mode icons. Did not use inkscape for a while but I think I got the trick. Sadly I fail converting .svg with ImageMagic so far. Does anyone have a hint?
     17[[Image(josm_20833_no_entry.jpg,left,55%,margin-right=10,margin-bottom=30,)]] [[Image(josm_20833_no_entry_restriction_value.jpg)]]
    2218
    23 Last but not least I guess I need to learn style file coding to complete this task, despite adding some validator rules which can be handled in a separate ticket.
     19[[Image(josm_20833_no_entry_restriction_cond_value.jpg,right,margin-top=10,44%,margin-bottom=250)]]
     20
     21
     22----
     23
     24
     25
     26* Next step is to generate better and more traffic mode icons. Did not use inkscape for a while but I think I got the trick. Sadly I fail converting .svg with ImageMagic so far. Does anyone have a hint?
     27* Last but not least I guess I need to learn style file coding to complete this task, despite adding some validator rules which can be handled in a separate ticket.