Changes between Version 125 and Version 126 of Styles/Coloured_Streets
- Timestamp:
- 2021-04-10T22:57:33+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v125 v126 68 68 == Changelog == 69 69 ^(Latest change first)^ 70 ==== Version 3.52 ==== 71 * Fix some display bugs of version 3.51 when "Display missing number message" was disabled 70 72 ==== Version 3.51 ==== 71 73 * Add full support for `nohousenumber=yes`: If there is `addr:street` or `addr:place` present or if the object is part of a associatedStreet relation (and associatedStreet relation support is activated) then the object is displayed like a normal housenumber with "no" as number. If there is no such connection to a street then the object is toned down like minor buildings (e.g. `building=garage`). … … 242 244 meta { 243 245 title: "Coloured Streets"; 244 version: "3.5 1.[[revision]]_[[date]]";246 version: "3.52.[[revision]]_[[date]]"; 245 247 description: "Colouring of buildings, address nodes and streets with the same street name in the same colour. Makes working with addresses a lot easier. Check out the linked page to read how to change some settings of this mappaint style."; 246 248 icon: "ColouredStreetsIcon.svg"; … … 535 537 /* all rules, which apply to all colors and different rules for different zoom */ 536 538 /* address areas */ 539 area|z18-["addr:street"], /* needed later for display of "?" if display_missing_number_message is disabled */ 540 area|z18-["addr:place"], 541 relation[type="associatedStreet"] > area|z18-["addr:housenumber"][setting("support_associatedstreet")] { 542 width: 3; 543 fill-opacity:0.2; 544 text-halo-radius: 3; 545 z-index: 1; 546 } 547 537 548 area|z18-["addr:street"][nohousenumber=yes], 538 549 area|z18-["addr:place"][nohousenumber=yes], … … 1579 1590 font-size: 12; 1580 1591 } 1581 node|z18-["addr:street"][!"addr:housenumber"][!"addr:housename"][!setting("display_missing_number_message")]::halo, 1582 node|z18-["addr:place"][!"addr:housenumber"][!"addr:housename"][!setting("display_missing_number_message")]::halo, 1583 node|z18-["addr:street"][!"addr:housenumber"][!setting("display_missing_number_message")][!setting("allow_housename")]::halo, 1584 node|z18-["addr:place"][!"addr:housenumber"][!setting("display_missing_number_message")][!setting("allow_housename")]::halo { 1592 node|z18-["addr:street"][!"addr:housenumber"][nohousenumber!=yes][!"addr:housename"][!setting("display_missing_number_message")]::halo, 1593 node|z18-["addr:place"][!"addr:housenumber"][nohousenumber!=yes][!"addr:housename"][!setting("display_missing_number_message")]::halo, 1594 node|z18-["addr:street"][!"addr:housenumber"][nohousenumber!=yes][!setting("display_missing_number_message")][!setting("allow_housename")]::halo, 1595 node|z18-["addr:place"][!"addr:housenumber"][nohousenumber!=yes][!setting("display_missing_number_message")][!setting("allow_housename")]::halo { 1585 1596 text: eval("?"); /* "?" (no warning) */ 1586 1597 text-color: black;