Add castles and ruins to POI
This commit is contained in:
@@ -63,6 +63,7 @@ RETURNS TEXT AS $$
|
|||||||
WHEN subclass IN ('accessories','antiques','art','artwork','gallery','arts_centre') THEN 'art_gallery'
|
WHEN subclass IN ('accessories','antiques','art','artwork','gallery','arts_centre') THEN 'art_gallery'
|
||||||
WHEN subclass IN ('bag','clothes') THEN 'clothing_store'
|
WHEN subclass IN ('bag','clothes') THEN 'clothing_store'
|
||||||
WHEN subclass IN ('swimming_area','swimming') THEN 'swimming'
|
WHEN subclass IN ('swimming_area','swimming') THEN 'swimming'
|
||||||
|
WHEN subclass IN ('castle','ruins') THEN 'castle'
|
||||||
ELSE subclass
|
ELSE subclass
|
||||||
END;
|
END;
|
||||||
$$ LANGUAGE SQL IMMUTABLE;
|
$$ LANGUAGE SQL IMMUTABLE;
|
||||||
|
|||||||
@@ -77,6 +77,8 @@ def_poi_mapping_highway: &poi_mapping_highway
|
|||||||
# historic values , see http://taginfo.openstreetmap.org/keys/historic#values
|
# historic values , see http://taginfo.openstreetmap.org/keys/historic#values
|
||||||
def_poi_mapping_historic: &poi_mapping_historic
|
def_poi_mapping_historic: &poi_mapping_historic
|
||||||
- monument
|
- monument
|
||||||
|
- castle
|
||||||
|
- ruins
|
||||||
|
|
||||||
# landuse values , see http://taginfo.openstreetmap.org/keys/landuse#values
|
# landuse values , see http://taginfo.openstreetmap.org/keys/landuse#values
|
||||||
def_poi_mapping_landuse: &poi_mapping_landuse
|
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 |
Reference in New Issue
Block a user