From 3be57376e8f21a4d0c0e74f6075caf4c24bab42c Mon Sep 17 00:00:00 2001 From: nyampire Date: Wed, 17 Jul 2013 00:28:46 +0900 Subject: [PATCH] Display all name of name=* POI --- inc/layer-amenity-points.xml.inc | 4 ++-- osm.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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] +