Update landuse features
This commit is contained in:
parent
1dcf2fb9f4
commit
92ab24baa0
14 changed files with 22 additions and 14 deletions
|
@ -17,7 +17,7 @@ mapnik:
|
|||
- { min_zoom: 12, max_zoom: 19, name: apron, image: apron.png }
|
||||
# administrative boundaries: admin.mss
|
||||
- { name: admin, width: 52, height: 2, fill: "#8d618b88" }
|
||||
# landcover: landcover.mss, water.mss
|
||||
# landcover z5: landcover.mss, water.mss
|
||||
- { name: lake, width: 26, height: 10, fill: "#aad3df" }
|
||||
- { min_zoom: 5, max_zoom: 9, name: glacier, image: glacier5.svg }
|
||||
- { min_zoom: 10, name: glacier, image: glacier10.svg }
|
||||
|
@ -37,19 +37,26 @@ mapnik:
|
|||
- { 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" }
|
||||
# landuse z8, z10: landcover.mss
|
||||
- { min_zoom: 10, name: park, width: 26, height: 10, fill: "#c8facc" }
|
||||
- { min_zoom: 10, name: golf, width: 26, height: 10, fill: "#def6c0" }
|
||||
- { min_zoom: 8, max_zoom: 11, name: built_up, width: 26, height: 10, fill: "#d9d9d9" }
|
||||
- { min_zoom: 12, max_zoom: 12, name: built_up, width: 26, height: 10, fill: "#dddddd" }
|
||||
- { min_zoom: 13, name: resident, width: 26, height: 10, fill: "#e0dfdf" }
|
||||
- { min_zoom: 13, name: retail, width: 26, height: 10, fill: "#ffd6d1" }
|
||||
- { min_zoom: 13, name: commercial, width: 26, height: 10, fill: "#f2dad9" }
|
||||
- { min_zoom: 13, name: industrial, width: 26, height: 10, fill: "#ebdbe8" }
|
||||
- { min_zoom: 10, max_zoom: 11, name: farm, width: 26, height: 10, fill: "#f7e3c8" }
|
||||
- { min_zoom: 12, name: farm, width: 26, height: 10, fill: "#f5dcba" }
|
||||
- { min_zoom: 10, max_zoom: 11, name: brownfield, width: 26, height: 10, fill: "#d2d2c3" }
|
||||
- { min_zoom: 12, name: brownfield, width: 26, height: 10, fill: "#c7c7b4" }
|
||||
- { min_zoom: 10, max_zoom: 11, name: cemetery, width: 26, height: 10, fill: "#bbd5be" }
|
||||
- { min_zoom: 12, name: cemetery, width: 26, height: 10, fill: "#aacbaf" }
|
||||
- { min_zoom: 10, max_zoom: 11, name: allotments, width: 26, height: 10, fill: "#d4e6cc" }
|
||||
- { min_zoom: 12, name: allotments, width: 26, height: 10, fill: "#c9e1bf" }
|
||||
- { min_zoom: 11, name: pitch, width: 26, height: 10, fill: "#88e0be" }
|
||||
- { min_zoom: 11, name: centre, width: 26, height: 10, fill: "#dffce2" }
|
||||
# other
|
||||
- { min_zoom: 10, max_zoom: 19, name: golf, image: golf.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: 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: commercial, image: commercial.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: 11, max_zoom: 19, name: cemetery, image: cemetery.png }
|
||||
- { min_zoom: 11, max_zoom: 19, name: allotments, image: allotments.png }
|
||||
- { min_zoom: 11, max_zoom: 19, name: pitch, image: pitch.png }
|
||||
- { min_zoom: 11, max_zoom: 19, name: centre, image: centre.png }
|
||||
- { min_zoom: 11, max_zoom: 19, name: reserve, image: reserve.png }
|
||||
- { min_zoom: 11, max_zoom: 19, name: military, image: military.png }
|
||||
- { min_zoom: 12, max_zoom: 19, name: school, image: school.png }
|
||||
|
|
|
@ -2324,11 +2324,12 @@ en:
|
|||
sand: "Sand"
|
||||
golf: "Golf course"
|
||||
park: "Park"
|
||||
resident: "Residential area"
|
||||
common:
|
||||
- Common
|
||||
- meadow
|
||||
- garden
|
||||
built_up: "Built-up area"
|
||||
resident: "Residential area"
|
||||
retail: "Retail area"
|
||||
industrial: "Industrial area"
|
||||
commercial: "Commercial area"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue