add religion as subclass for place_of_worship
This commit is contained in:
parent
2f151a833d
commit
225a0f6fd9
@ -12,6 +12,8 @@ RETURNS TABLE(osm_id bigint, geometry geometry, name text, name_en text, name_de
|
|||||||
CASE
|
CASE
|
||||||
WHEN subclass = 'information'
|
WHEN subclass = 'information'
|
||||||
THEN NULLIF(information, '')
|
THEN NULLIF(information, '')
|
||||||
|
WHEN subclass = 'place_of_worship'
|
||||||
|
THEN NULLIF(religion, '')
|
||||||
ELSE subclass
|
ELSE subclass
|
||||||
END AS subclass,
|
END AS subclass,
|
||||||
agg_stop,
|
agg_stop,
|
||||||
|
|||||||
@ -336,6 +336,9 @@ tables:
|
|||||||
- name: uic_ref
|
- name: uic_ref
|
||||||
key: uic_ref
|
key: uic_ref
|
||||||
type: string
|
type: string
|
||||||
|
- name: religion
|
||||||
|
key: religion
|
||||||
|
type: string
|
||||||
mapping:
|
mapping:
|
||||||
aerialway: *poi_mapping_aerialway
|
aerialway: *poi_mapping_aerialway
|
||||||
amenity: *poi_mapping_amenity
|
amenity: *poi_mapping_amenity
|
||||||
@ -386,6 +389,9 @@ tables:
|
|||||||
- name: uic_ref
|
- name: uic_ref
|
||||||
key: uic_ref
|
key: uic_ref
|
||||||
type: string
|
type: string
|
||||||
|
- name: religion
|
||||||
|
key: religion
|
||||||
|
type: string
|
||||||
mapping:
|
mapping:
|
||||||
aerialway: *poi_mapping_aerialway
|
aerialway: *poi_mapping_aerialway
|
||||||
amenity: *poi_mapping_amenity
|
amenity: *poi_mapping_amenity
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user