Add wetland mapnik map key

This commit is contained in:
Anton Khorev 2023-12-11 14:12:08 +03:00
parent a2dc26ddc6
commit 63d5f81711
3 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

View file

@ -22,6 +22,7 @@ mapnik:
- { name: intermittent_water, image: intermittent_water.svg } - { name: intermittent_water, image: intermittent_water.svg }
- { min_zoom: 5, max_zoom: 9, name: glacier, image: glacier5.svg } - { min_zoom: 5, max_zoom: 9, name: glacier, image: glacier5.svg }
- { min_zoom: 10, name: glacier, image: glacier10.svg } - { min_zoom: 10, name: glacier, image: glacier10.svg }
- { min_zoom: 10, name: wetland, image: wetland.png }
- { min_zoom: 5, max_zoom: 11, name: forest, width: 26, height: 10, fill: "#bddab1" } - { 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: 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: 5, max_zoom: 11, name: orchard, width: 26, height: 10, fill: "#bee5b5" }

View file

@ -2340,6 +2340,7 @@ en:
- reservoir - reservoir
intermittent_water: "Intermittent waterbody" intermittent_water: "Intermittent waterbody"
glacier: "Glacier" glacier: "Glacier"
wetland: "Wetland"
farm: "Farm" farm: "Farm"
brownfield: "Brownfield site" brownfield: "Brownfield site"
cemetery: "Cemetery" cemetery: "Cemetery"