Ignore:
Timestamp:
2014-11-19T21:18:32+01:00 (9 years ago)
Author:
Klumbumbus
Message:

see #10679 - drop support of some natural=* on nodes in presets and mappaint style. Add validator messages, change two icons in presets, add mappaint style for some natural=*.

File:
1 edited

Legend:

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

    r7729 r7735  
    37543754    text: auto;
    37553755}
     3756way[natural=ridge] {
     3757    width: 1;
     3758    color: natural#002f00;
     3759}
    37563760area[natural=scree] {
    37573761    fill-color: natural#002f00;
    37583762}
    3759 node[natural=scree] {
    3760     icon-image: "misc/no_icon.png";
    3761     set icon_z17;
    3762     text: auto;
    3763 }
    37643763area[natural=scrub] {
    37653764    fill-color: scrub#007000;
    37663765}
    3767 node[natural=scrub] {
    3768     icon-image: "presets/scrub.svg";
    3769     set icon_z17;
    3770     text: auto;
    3771 }
    37723766area[natural=fell] {
    37733767    fill-color: natural#002f00;
    37743768}
    3775 node[natural=fell] {
    3776     icon-image: "misc/no_icon.png";
    3777     set icon_z17;
    3778     text: auto;
    3779 }
    37803769area[natural=heath] {
    37813770    fill-color: heath#ffffc0;
    3782 }
    3783 node[natural=heath] {
    3784     icon-image: "misc/no_icon.png";
    3785     set icon_z17;
    3786     text: auto;
    37873771}
    37883772way[natural=tree_row] {
     
    37903774    color: woodarea#008000;
    37913775}
    3792 node[natural=tree_row] {
    3793     icon-image: "misc/no_icon.png";
    3794     set icon_z17;
    3795     text: auto;
    3796 }
    37973776area[natural=wood] {
    37983777    fill-color: woodarea#008000;
    37993778}
    3800 node[natural=wood] {
    3801     icon-image: "misc/landmark/trees.png";
    3802     set icon_z17;
    3803     text: auto;
    3804 }
    38053779area[natural=grassland] {
    38063780    fill-color: green#b1e0c2;
    38073781}
    3808 node[natural=grassland] {
    3809     icon-image: "misc/deprecated.png";
    3810     set icon_z17;
    3811     text: auto;
    3812 }
    38133782area[natural=wetland] {
    38143783    fill-color: marsh#4f4ff3;
    38153784}
    3816 node[natural=wetland] {
    3817     icon-image: "misc/no_icon.png";
    3818     set icon_z17;
    3819     text: auto;
    3820 }
    38213785area[natural=water] {
    38223786    fill-color: water#0000ff;
    3823 }
    3824 node[natural=water] {
    3825     icon-image: "nautical/water.png";
    3826     set icon_z17;
    3827     text: auto;
    38283787}
    38293788way[natural=coastline] {
     
    38313790    color: water#0000ff;
    38323791}
    3833 node[natural=coastline] {
    3834     icon-image: "misc/coastline.png";
    3835     set icon_z17;
    3836     text: auto;
    3837 }
    38383792area[natural=mud] {
    38393793    fill-color: mud#cba762;
    38403794}
    3841 node[natural=mud] {
    3842     icon-image: "misc/mud.png";
    3843     set icon_z17;
    3844     text: auto;
    3845 }
    38463795area[natural=beach] {
    38473796    fill-color: beach#f8dba2;
    38483797}
    3849 node[natural=beach] {
    3850     icon-image: "misc/beach.png";
    3851     set icon_z17;
    3852     text: auto;
    3853 }
    38543798area[natural=sand] {
    38553799    fill-color: sand#f8dba2;
    38563800}
    3857 node[natural=sand] {
     3801area[natural=bare_rock] {
     3802    fill-color: bare_rock#f8f8c7;
     3803}
     3804area[natural=stone] {
     3805    fill-color: stone#f8f8c7;
     3806}
     3807node[natural=stone] {
    38583808    icon-image: "misc/no_icon.png";
    38593809    set icon_z17;
     
    38613811}
    38623812area[natural=bay],
    3863 area[natural=land],
    38643813area[natural=cave_entrance] {
    38653814    fill-color: natural#002f00;
     
    38673816node[natural=bay] {
    38683817    icon-image: "misc/bay.png";
    3869     set icon_z17;
    3870     text: auto;
    3871 }
    3872 node[natural=land] {
    3873     icon-image: "misc/no_icon.png";
    38743818    set icon_z17;
    38753819    text: auto;
     
    39023846    text: auto;
    39033847}
    3904 
     3848node[natural=scree],
     3849node[natural=scrub],
     3850node[natural=fell],
     3851node[natural=heath],
     3852node[natural=tree_row],
     3853node[natural=wood],
     3854node[natural=grassland],
     3855node[natural=wetland],
     3856node[natural=water],
     3857node[natural=coastline],
     3858node[natural=mud],
     3859node[natural=beach],
     3860node[natural=sand],
     3861node[natural=land],
     3862node[natural=bare_rock],
     3863node[natural=ridge] {
     3864    icon-image: "misc/deprecated.png";
     3865    set icon_z17;
     3866    text: auto;
     3867}
    39053868/*****************/
    39063869/* waterway tags */
Note: See TracChangeset for help on using the changeset viewer.