Changeset 16748 in josm for trunk/resources/styles/standard


Ignore:
Timestamp:
2020-07-11T18:25:10+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #9164 - Add more historic presets (patch by hiddewie, modified)

  • historic=citywalls (internal icon reused)
  • historic=city_gate (icon https://wiki.openstreetmap.org/wiki/File%3ACity-gate-14.svg, color changed, PD and CC0 licensed)
  • historic=manor (icon from https://wiki.openstreetmap.org/wiki/File:Manor-14.svg, PD and CC0 licensed)
  • historic=church (icon derived from internal icon, PD and CC0 licensed)
  • historic=charcoal_pile (icon derived from internal icon, PD and CC0 licensed)
  • historic=mine (icon derived from internal icon, PD and CC0 licensed)
  • historic=mine_shaft (icon derived from internal icon, PD and CC0 licensed)
  • historic=shieling (icon derived from internal icon, PD and CC0 licensed)
  • historic=milestone (icon self created, PD and CC0 licensed)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/styles/standard/elemstyles.mapcss

    r16747 r16748  
    35843584area[historic=battlefield],
    35853585area[geological=palaeontological_site],
     3586area[historic=city_gate],
     3587area[historic=manor],
     3588area[historic=church],
     3589area[historic=charcoal_pile],
     3590area[historic=mine],
     3591area[historic=mine_shaft],
     3592area[historic=shieling],
    35863593area[historic=wayside_cross],
    35873594area[historic=wayside_shrine],
    3588 area[historic=boundary_stone] {
     3595area[historic=boundary_stone],
     3596area[historic=milestone] {
    35893597    fill-color: historic#663300;
    35903598}
     
    36213629    set icon_z17;
    36223630}
     3631area[historic=citywalls]:closed {
     3632    fill-color: historic#663300;
     3633}
     3634way[historic=citywalls] {
     3635    width: 2;
     3636    color: historic#663300;
     3637}
     3638node[historic=city_gate] {
     3639    icon-image: "presets/sightseeing/city_gate.svg";
     3640    set icon_z17;
     3641}
     3642node[historic=manor] {
     3643    icon-image: "presets/sightseeing/manor.svg";
     3644    set icon_z17;
     3645}
     3646node[historic=church] {
     3647    icon-image: "presets/religion/historic_church.svg";
     3648    set icon_z17;
     3649}
     3650node[historic=charcoal_pile] {
     3651    icon-image: "presets/misc/charcoal_pile.svg";
     3652    set icon_z17;
     3653}
     3654node[historic=mine],
     3655node[historic=mine_shaft] {
     3656    icon-image: "presets/landmark/historic_mine.svg";
     3657    set icon_z17;
     3658}
     3659node[historic=shieling] {
     3660    icon-image: "presets/landmark/shieling.svg";
     3661    set icon_z17;
     3662}
    36233663node[historic=wayside_cross] {
    36243664    icon-image: "presets/religion/wayside_cross.svg";
     
    36313671node[historic=boundary_stone] {
    36323672    icon-image: "presets/landmark/boundary_stone.svg";
     3673    set icon_z17;
     3674}
     3675node[historic=milestone] {
     3676    icon-image: "presets/landmark/milestone.svg";
    36333677    set icon_z17;
    36343678}
Note: See TracChangeset for help on using the changeset viewer.