kopia lustrzana https://github.com/openmaptiles/openmaptiles
add religion as subclass for place_of_worship
rodzic
2f151a833d
commit
225a0f6fd9
|
@ -12,6 +12,8 @@ RETURNS TABLE(osm_id bigint, geometry geometry, name text, name_en text, name_de
|
|||
CASE
|
||||
WHEN subclass = 'information'
|
||||
THEN NULLIF(information, '')
|
||||
WHEN subclass = 'place_of_worship'
|
||||
THEN NULLIF(religion, '')
|
||||
ELSE subclass
|
||||
END AS subclass,
|
||||
agg_stop,
|
||||
|
|
|
@ -336,6 +336,9 @@ tables:
|
|||
- name: uic_ref
|
||||
key: uic_ref
|
||||
type: string
|
||||
- name: religion
|
||||
key: religion
|
||||
type: string
|
||||
mapping:
|
||||
aerialway: *poi_mapping_aerialway
|
||||
amenity: *poi_mapping_amenity
|
||||
|
@ -386,6 +389,9 @@ tables:
|
|||
- name: uic_ref
|
||||
key: uic_ref
|
||||
type: string
|
||||
- name: religion
|
||||
key: religion
|
||||
type: string
|
||||
mapping:
|
||||
aerialway: *poi_mapping_aerialway
|
||||
amenity: *poi_mapping_amenity
|
||||
|
|
Ładowanie…
Reference in New Issue