summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2013-08-27 11:37:10 +0100
committerChristopher Baines <cbaines8@gmail.com>2013-08-27 11:37:10 +0100
commite80a6d986ea83fa49899a8e70b1d52f80e327ad3 (patch)
tree854a54854fc5163602a1387161ab36e22a63f9bb
parent3b546f382cb3a13263869d47dfaa2515829a3742 (diff)
downloadsum-carto-e80a6d986ea83fa49899a8e70b1d52f80e327ad3.tar
sum-carto-e80a6d986ea83fa49899a8e70b1d52f80e327ad3.tar.gz
Stuff
-rwxr-xr-xbuildings.mss14
-rwxr-xr-xproject.mml2
2 files changed, 8 insertions, 8 deletions
diff --git a/buildings.mss b/buildings.mss
index 52c91c8..2d6669a 100755
--- a/buildings.mss
+++ b/buildings.mss
@@ -35,14 +35,14 @@
}
}
}
- [name != ''] {
- text-size: 14;
- [zoom >= 18] {
- text-size: 15;
- [zoom >= 20] {
- text-size: 18;
+ [minor=false] {
+ text-size: 14;
+ [zoom >= 18] {
+ text-size: 15;
+ [zoom >= 20] {
+ text-size: 18;
+ }
}
- }
}
}
}
diff --git a/project.mml b/project.mml
index 677349b..1c05238 100755
--- a/project.mml
+++ b/project.mml
@@ -449,7 +449,7 @@
],
"Datasource": {
"type": "postgis",
- "table": "(select way,name,loc_ref from uni_building) as names",
+ "table": "(select way,name,loc_ref,minor from uni_building) as names",
"key_field": "",
"geometry_field": "way",
"extent_cache": "auto",