Changes between Version 3 and Version 4 of Styles/Places_ES_styles
- Timestamp:
- 2020-01-15T22:20:45+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Places_ES_styles
v3 v4 3 3 meta { 4 4 title: "Places_ES_styles"; 5 version: "0.[[revision]]_[[date]]"; 5 version: "1.0.[[revision]]_[[date]]"; 6 6 description: "Displays nodes with [place=*] for Spain."; 7 7 icon: "city.svg"; … … 47 47 } 48 48 49 node[place=ward]50 {51 icon-image: "territory10.svg";52 text: auto;53 }54 55 49 /*-- Entities --*/ 56 50 node[place=city] … … 78 72 } 79 73 80 node[place= allotments]74 node[place=isolated_dwelling] 81 75 { 82 icon-image: " allotments.2.svg";76 icon-image: "isolated_dwelling.2.svg"; 83 77 text: auto; 84 78 } 85 79 86 node[place= isolated_dwelling]80 node[place=farm] 87 81 { 88 icon-image: " isolated_dwelling.2.svg";82 icon-image: "farm.svg"; 89 83 text: auto; 90 84 } … … 120 114 text: auto; 121 115 } 122 123 node[place=plot]124 {125 icon-image: "plot.svg";126 text: auto;127 }128 116 }}}