Ticket #21421: cityblock.patch
| File cityblock.patch, 2.1 KB (added by , 4 years ago) |
|---|
-
resources/data/defaultpresets.xml
8420 8420 <reference ref="population_postcode_website" /> 8421 8421 </item> <!-- Farm --> 8422 8422 <separator/> 8423 <item name="City Block" icon="presets/place/cityblock.svg" type="node,closedway,multipolygon,relation" preset_name_label="true"> 8424 <link wiki="Tag:place=city_block" /> 8425 <space /> 8426 <key key="place" value="city_block" /> 8427 <reference ref="name_wikipedia_wikidata" /> 8428 </item> <!-- City Block --> 8423 8429 <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true"> 8424 8430 <link wiki="Tag:place=locality" /> 8425 8431 <space /> -
resources/styles/standard/elemstyles.mapcss
5359 5359 area[setting("place_fill_colour")][place=neighbourhood], 5360 5360 area[setting("place_fill_colour")][place=suburb], 5361 5361 area[setting("place_fill_colour")][place=locality], 5362 area[setting("place_fill_colour")][place=city_block], 5362 5363 area[place=island], 5363 5364 area[place=islet] { 5364 5365 fill-color: place#8de3cb; … … 5378 5379 node[place=hamlet], 5379 5380 node[place=isolated_dwelling], 5380 5381 node[place=farm], 5382 node[place=city_block], 5381 5383 node[place=island], 5382 5384 node[place=islet] { 5383 5385 set icon_z0; … … 5433 5435 icon-image: "presets/place/farm.svg"; 5434 5436 z-index: 2.1; 5435 5437 } 5438 node[place=city_block] { 5439 icon-image: "presets/place/cityblock.svg"; 5440 z-index: 2.1; 5441 } 5436 5442 node|z15-[place=locality], 5437 5443 node|z-14[place=locality][!setting("hide_icons")] { 5438 5444 icon-image: "presets/place/locality.svg"; -
resources/data/validator/ignoretags.cfg
202 202 K:toilets:wheelchair=no 203 203 K:locality=townland 204 204 K:place=allotments 205 K:place=city_block206 205 K:place=plot 207 206 K:building=bank 208 207 K:building=chalet
