# The tags that cast shadows
mstr_shadow_casters = [
("landuse", "forest"),
- ("leisure", "nature_reserve")
+ ("leisure", "nature_reserve"),
+ ("building", "semidetached_house"),
+ ("building", "apartments"),
+ ("building", "garage"),
+ ("building", "office"),
+ ("building", "retail"),
+ ("building", "industrial"),
+ ("building", "yes")
]
("landuse", "military", "landuse", "residential-boundary"),
# Z-Order 2
("highway", "service", 6),
+ ("highway", "residential", 12),
+ ("highway", "footway", 4),
+ ("highway", "primary", 25),
+ ("highway", "secondary", 13),
+ ("highway", "tertiary", 20),
+ ("highway", "unclassified", 17),
+ ("highway", "living_street", 12),
("waterway", "river", 10),
("waterway", "stream", 10),
("leisure", "nature_reserve", "landuse", "forest"),
("highway", "pedestrian", 4),
# Z-Order 4
("highway", "motorway", 32),
- ("highway", "primary", 25),
- ("highway", "secondary", 13),
- ("highway", "tertiary", 20),
- ("highway", "unclassified", 17),
- ("highway", "living_street", 12),
- ("highway", "residential", 12),
- ("highway", "footway", 4),
("railway", "rail", 5),
# Z-Order 5
("aeroway", "taxiway", 42),
("aeroway", "runway", 80),
+ ("building", "semidetached_house", "building", "common"),
+ ("building", "apartments", "building", "common"),
+ ("building", "garage", "building", "industrial"),
("building", "office", "building", "office"),
("building", "retail", "building", "industrial"),
("building", "industrial", "building", "industrial"),
("leisure", "dog_park", 35),
("leisure", "garden", 20),
("leisure", "sports_centre", 15),
- ("leisure", "pitch", 10),
+ ("leisure", "pitch", 5),
("landuse", "farmland", 15),
("landuse", "farmyard", 15),
# Z-Order 2
- ("landuse", "forest", 30),
- ("leisure", "nature_reserve", 30),
+ ("landuse", "forest", 15),
+ ("leisure", "nature_reserve", 15),
("landuse", "military", 30),
# Z-Order 3
("natural", "bare_rock", 25),
# Z-Order 5
("aeroway", "taxiway", 12),
("aeroway", "runway", 12),
- ("building", "office", 4),
- ("building", "retail", 4),
- ("building", "industrial", 4),
- ("building", "yes", 4)
+ ("building", "semidetached_house", 3),
+ ("building", "apartments", 1),
+ ("building", "garage", 1),
+ ("building", "office", 1),
+ ("building", "retail", 1),
+ ("building", "industrial", 1),
+ ("building", "yes", 1)
]