aboutsummaryrefslogtreecommitdiff
path: root/shapefiles.mss
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2014-04-17 14:15:25 +0100
committerChristopher Baines <mail@cbaines.net>2014-04-17 14:15:25 +0100
commite5acdb08d6a5d251ada74374a0bbfdda115b4c20 (patch)
tree41565aea6bad5d40516f6c291dda952dfaadc805 /shapefiles.mss
downloadopenstreetmap-carto-e5acdb08d6a5d251ada74374a0bbfdda115b4c20.tar
openstreetmap-carto-e5acdb08d6a5d251ada74374a0bbfdda115b4c20.tar.gz
Imported Upstream version 2.13.0upstream/2.13.0upstream
Diffstat (limited to 'shapefiles.mss')
-rw-r--r--shapefiles.mss37
1 files changed, 37 insertions, 0 deletions
diff --git a/shapefiles.mss b/shapefiles.mss
new file mode 100644
index 0000000..1e8bfa0
--- /dev/null
+++ b/shapefiles.mss
@@ -0,0 +1,37 @@
+#necountries {
+ [zoom >= 1][zoom < 4] {
+ line-width: 0.5;
+ line-color: grey;
+ }
+}
+
+#nepopulated {
+ [zoom >= 3][zoom < 5] {
+ [SCALERANK = 0],
+ [SCALERANK = 1] {
+ text-name: "[NAME]";
+ text-size: 8;
+ text-fill: grey;
+ text-face-name: @book-fonts;
+ text-halo-radius: 1;
+ }
+ }
+}
+
+#world {
+ [zoom >= 0][zoom < 10] {
+ polygon-fill: @land-color;
+ }
+}
+
+#coast-poly {
+ [zoom >= 10] {
+ polygon-fill: @land-color;
+ }
+}
+
+#builtup {
+ [zoom >= 8][zoom < 10] {
+ polygon-fill: #ddd;
+ }
+}