Ignore:
Timestamp:
2016-08-02T15:00:40+02:00 (8 years ago)
Author:
Klumbumbus
Message:

see #13217 - replace about 166 png icons by svg from https://trac.openstreetmap.org/browser/subversion/applications/share/map-icons/svg reworked most of them (white background or halo, resizing, pixel alignement), draw a few new svg icons from png derived; remove duplicate icons; reorder icons; adapt internal preset and mappaint styles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles_nodist/potlatch2/prelude.css

    r10565 r10706  
    2626
    2727relation[restriction=no_left_turn] {
    28     icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.png";
     28    icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.svg";
    2929}
    3030relation[restriction=no_right_turn] {
    31     icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.png";
     31    icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.svg";
    3232}
    3333relation[restriction=no_straight_on] {
    34     icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.png";
     34    icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.svg";
    3535}
    3636relation[restriction=no_u_turn] {
    37     icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.png";
     37    icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.svg";
    3838}
    3939relation[restriction=only_left_turn] {
    40     icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.png";
     40    icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.svg";
    4141}
    4242relation[restriction=only_right_turn] {
    43     icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.png";
     43    icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.svg";
    4444}
    4545relation[restriction=only_straight_on] {
    46     icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.png";
     46    icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.svg";
    4747}
    4848
Note: See TracChangeset for help on using the changeset viewer.