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;