Skip to content

Commit

Permalink
gravitystorm#204 - Remove place=metropolis
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel O'Connor committed Oct 14, 2013
1 parent cdc61e0 commit 81a3ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions placenames.mss
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
}

#placenames-medium::city {
[place = 'city'],
[place = 'metropolis'] {
[place = 'city'] {
[zoom >= 6][zoom < 15] {
text-name: "[name]";
text-size: 8;
Expand Down
4 changes: 2 additions & 2 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@
],
"Datasource": {
"type": "postgis",
"table": "(select way,place,name,ref\n from planet_osm_point\n where place in ('city','metropolis','town') and capital='yes'\n ) as placenames",
"table": "(select way,place,name,ref\n from planet_osm_point\n where place in ('city','town') and capital='yes'\n ) as placenames",
"extent": "-20037508,-19929239,20037508,19929239",
"key_field": "",
"geometry_field": "way",
Expand All @@ -1621,7 +1621,7 @@
],
"Datasource": {
"type": "postgis",
"table": "(select way,place,name\n from planet_osm_point\n where place in ('city','metropolis','town','large_town','small_town')\n and (capital is null or capital != 'yes')\n ) as placenames",
"table": "(select way,place,name\n from planet_osm_point\n where place in ('city','town','large_town','small_town')\n and (capital is null or capital != 'yes')\n ) as placenames",
"extent": "-20037508,-19929239,20037508,19929239",
"key_field": "",
"geometry_field": "way",
Expand Down

0 comments on commit 81a3ed9

Please sign in to comment.