Changes between Version 3 and Version 4 of Styles/Places_ES_styles


Ignore:
Timestamp:
2020-01-15T22:20:45+01:00 (6 years ago)
Author:
iagocg
Comment:

Eliminados Ward, Allotments y Plot. Añadido Farm.

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Places_ES_styles

    v3 v4  
    33meta {
    44    title: "Places_ES_styles";
    5     version: "0.[[revision]]_[[date]]";
     5    version: "1.0.[[revision]]_[[date]]";
    66    description: "Displays nodes with [place=*] for Spain.";
    77    icon: "city.svg";
     
    4747}
    4848
    49 node[place=ward]
    50 {
    51     icon-image: "territory10.svg";
    52     text: auto;
    53 }
    54 
    5549/*-- Entities --*/
    5650node[place=city]
     
    7872}
    7973
    80 node[place=allotments]
     74node[place=isolated_dwelling]
    8175{
    82     icon-image: "allotments.2.svg";
     76    icon-image: "isolated_dwelling.2.svg";
    8377    text: auto;
    8478}
    8579
    86 node[place=isolated_dwelling]
     80node[place=farm]
    8781{
    88     icon-image: "isolated_dwelling.2.svg";
     82    icon-image: "farm.svg";
    8983    text: auto;
    9084}
     
    120114    text: auto;
    121115}
    122 
    123 node[place=plot]
    124 {
    125     icon-image: "plot.svg";
    126     text: auto;
    127 }
    128116}}}