Add castles and ruins to POI

This commit is contained in:
jirik 2017-11-09 10:28:13 +01:00 committed by Jiri Kozel
parent cf79b928d0
commit b633626335
3 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,7 @@ RETURNS TEXT AS $$
WHEN subclass IN ('accessories','antiques','art','artwork','gallery','arts_centre') THEN 'art_gallery'
WHEN subclass IN ('bag','clothes') THEN 'clothing_store'
WHEN subclass IN ('swimming_area','swimming') THEN 'swimming'
WHEN subclass IN ('castle','ruins') THEN 'castle'
ELSE subclass
END;
$$ LANGUAGE SQL IMMUTABLE;

View File

@ -77,6 +77,8 @@ def_poi_mapping_highway: &poi_mapping_highway
# historic values , see http://taginfo.openstreetmap.org/keys/historic#values
def_poi_mapping_historic: &poi_mapping_historic
- monument
- castle
- ruins
# landuse values , see http://taginfo.openstreetmap.org/keys/landuse#values
def_poi_mapping_landuse: &poi_mapping_landuse

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB