Update landcover features visible on z5

This commit is contained in:
Anton Khorev 2023-12-08 11:59:37 +03:00
parent ddbf69dcee
commit fcf980615d
6 changed files with 32 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

View file

@ -18,18 +18,31 @@ mapnik:
# administrative boundaries: admin.mss # administrative boundaries: admin.mss
- { name: admin, width: 52, height: 2, fill: "#8d618b88" } - { name: admin, width: 52, height: 2, fill: "#8d618b88" }
# landcover: landcover.mss, water.mss # landcover: landcover.mss, water.mss
- { min_zoom: 0, max_zoom: 19, name: lake, width: 26, height: 10, fill: "#aad3df" } - { name: lake, width: 26, height: 10, fill: "#aad3df" }
- { name: glacier, width: 26, height: 10, fill: "#ddecec" }
- { min_zoom: 5, max_zoom: 11, name: forest, width: 26, height: 10, fill: "#bddab1" }
- { min_zoom: 12, name: forest, width: 26, height: 10, fill: "#add19e" }
- { min_zoom: 5, max_zoom: 11, name: orchard, width: 26, height: 10, fill: "#bee5b5" }
- { min_zoom: 12, name: orchard, width: 26, height: 10, fill: "#aedfa3" }
- { min_zoom: 5, max_zoom: 11, name: grass, width: 26, height: 10, fill: "#d7efc0" }
- { min_zoom: 12, name: grass, width: 26, height: 10, fill: "#cdebb0" }
- { min_zoom: 5, max_zoom: 11, name: farmland, width: 26, height: 10, fill: "#f1f3dd" }
- { min_zoom: 12, name: farmland, width: 26, height: 10, fill: "#eef0d5" }
- { min_zoom: 5, max_zoom: 11, name: heathland, width: 26, height: 10, fill: "#dee1b2" }
- { min_zoom: 12, name: heathland, width: 26, height: 10, fill: "#d6d99f" }
- { min_zoom: 5, max_zoom: 11, name: scrubland, width: 26, height: 10, fill: "#d3dfbc" }
- { min_zoom: 12, name: scrubland, width: 26, height: 10, fill: "#c8d7ab" }
- { min_zoom: 5, max_zoom: 11, name: bare_rock, width: 26, height: 10, fill: "#f1eae3" }
- { min_zoom: 12, name: bare_rock, width: 26, height: 10, fill: "#eee5dc" }
- { min_zoom: 5, max_zoom: 11, name: sand, width: 26, height: 10, fill: "#f7edd1" }
- { min_zoom: 12, name: sand, width: 26, height: 10, fill: "#f5e9c6" }
# other # other
- { min_zoom: 5, max_zoom: 19, name: forest, image: forest.png }
- { min_zoom: 5, max_zoom: 19, name: wood, image: wood.png }
- { min_zoom: 10, max_zoom: 19, name: golf, image: golf.png } - { min_zoom: 10, max_zoom: 19, name: golf, image: golf.png }
- { min_zoom: 10, max_zoom: 19, name: park, image: park.png } - { min_zoom: 10, max_zoom: 19, name: park, image: park.png }
- { min_zoom: 8, max_zoom: 19, name: resident, image: resident.png } - { min_zoom: 8, max_zoom: 19, name: resident, image: resident.png }
- { min_zoom: 5, max_zoom: 19, name: common, image: common.png }
- { min_zoom: 10, max_zoom: 19, name: retail, image: retail.png } - { min_zoom: 10, max_zoom: 19, name: retail, image: retail.png }
- { min_zoom: 10, max_zoom: 19, name: industrial, image: industrial.png } - { min_zoom: 10, max_zoom: 19, name: industrial, image: industrial.png }
- { min_zoom: 10, max_zoom: 19, name: commercial, image: commercial.png } - { min_zoom: 10, max_zoom: 19, name: commercial, image: commercial.png }
- { min_zoom: 10, max_zoom: 19, name: heathland, image: heathland.png }
- { min_zoom: 10, max_zoom: 19, name: farm, image: farm.png } - { min_zoom: 10, max_zoom: 19, name: farm, image: farm.png }
- { min_zoom: 10, max_zoom: 19, name: brownfield, image: brownfield.png } - { min_zoom: 10, max_zoom: 19, name: brownfield, image: brownfield.png }
- { min_zoom: 11, max_zoom: 19, name: cemetery, image: cemetery.png } - { min_zoom: 11, max_zoom: 19, name: cemetery, image: cemetery.png }

View file

@ -2310,8 +2310,18 @@ en:
- Airport apron - Airport apron
- terminal - terminal
admin: "Administrative boundary" admin: "Administrative boundary"
forest: "Forest" orchard:
wood: "Wood" - Orchard
- vineyard
forest:
- Forest
- wood
farmland: "Farmland"
grass:
- Grass
- meadow
bare_rock: "Bare rock"
sand: "Sand"
golf: "Golf course" golf: "Golf course"
park: "Park" park: "Park"
resident: "Residential area" resident: "Residential area"
@ -2323,9 +2333,11 @@ en:
industrial: "Industrial area" industrial: "Industrial area"
commercial: "Commercial area" commercial: "Commercial area"
heathland: "Heathland" heathland: "Heathland"
scrubland: "Scrubland"
lake: lake:
- Lake - Lake
- reservoir - reservoir
glacier: "Glacier"
farm: "Farm" farm: "Farm"
brownfield: "Brownfield site" brownfield: "Brownfield site"
cemetery: "Cemetery" cemetery: "Cemetery"