Changes between Version 6 and Version 7 of Styles/Potlatch2
- Timestamp:
- 2020-10-18T19:05:51+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Potlatch2
v6 v7 17 17 icon: "pl2_small.svg"; 18 18 version: "0.1_2020-10-18"; 19 author: "Richard Fairhurst, Guillaume Rischard"; 20 link: "https://josm.openstreetmap.de/wiki/Styles/Potlatch2"; 19 author: "Richard Fairhurst, conversion by Guillaume Rischard"; 20 link: "https://josm.openstreetmap.de/wiki/Styles/Potlatch%202"; 21 21 } 22 22 … … 30 30 31 31 relation[restriction=no_left_turn] { 32 icon-image: " "presets/vehicle/restriction/turn_restrictions/no_left_turn.svg"";32 icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.svg"; 33 33 } 34 34 relation[restriction=no_right_turn] { 35 icon-image: " "presets/vehicle/restriction/turn_restrictions/no_right_turn.svg"";35 icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.svg"; 36 36 } 37 37 relation[restriction=no_straight_on] { 38 icon-image: " "presets/vehicle/restriction/turn_restrictions/no_straight_on.svg"";38 icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.svg"; 39 39 } 40 40 relation[restriction=no_u_turn] { 41 icon-image: " "presets/vehicle/restriction/turn_restrictions/no_u_turn.svg"";41 icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.svg"; 42 42 } 43 43 relation[restriction=only_left_turn] { 44 icon-image: " "presets/vehicle/restriction/turn_restrictions/only_left_turn.svg"";44 icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.svg"; 45 45 } 46 46 relation[restriction=only_right_turn] { 47 icon-image: " "presets/vehicle/restriction/turn_restrictions/only_right_turn.svg"";47 icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.svg"; 48 48 } 49 49 relation[restriction=only_straight_on] { 50 icon-image: " "presets/vehicle/restriction/turn_restrictions/only_straight_on.svg"";50 icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.svg"; 51 51 } 52 52
