diff --git a/inc/layer-amenity-points.xml.inc b/inc/layer-amenity-points.xml.inc index 0667302..c000767 100644 --- a/inc/layer-amenity-points.xml.inc +++ b/inc/layer-amenity-points.xml.inc @@ -442,7 +442,7 @@ points - (select way,amenity,shop,tourism,highway,man_made,access,religion,waterway,lock,historic,leisure + (select way,amenity,shop,tourism,highway,man_made,name,access,religion,waterway,lock,historic,leisure from &prefix;_point where amenity is not null or shop is not null @@ -461,7 +461,7 @@ points - (select way,amenity,shop,tourism,highway,man_made,access,religion,waterway,lock,historic,leisure + (select way,amenity,shop,tourism,highway,man_made,name,access,religion,waterway,lock,historic,leisure from &prefix;_polygon where amenity is not null or shop is not null diff --git a/osm.xml b/osm.xml index 359b741..139a1ab 100644 --- a/osm.xml +++ b/osm.xml @@ -517,6 +517,11 @@ &maxscale_zoom17; [ref] + + [name] != '' + &maxscale_zoom17; + [name] +