--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/style/shapefiles.mss Mon Sep 14 22:55:45 2020 +0300 @@ -0,0 +1,40 @@ +#necountries { + [zoom >= 1][zoom < 4] { + line-width: 0.2; + [zoom >= 2] { + line-width: 0.3; + } + [zoom >= 3] { + line-width: 0.4; + } + line-color: @admin-boundaries; + } +} + +#ocean-lz, +#ocean { + polygon-fill: @water-color; +} + +#icesheet-poly { + [zoom >= 5] { + polygon-fill: @glacier; + } +} + +#icesheet-outlines { + [zoom >= 5] { + [ice_edge = 'ice_ocean'], + [ice_edge = 'ice_land'] { + line-width: 0.375; + line-color: @glacier-line; + [zoom >= 8] { + line-width: 0.5; + } + [zoom >= 10] { + line-dasharray: 4,2; + line-width: 0.75; + } + } + } +}