Cleaned up more code from landmark that wasn't used. Experimenting with power generator:source stuff
This commit is contained in:
parent
bd1325109a
commit
c092dd360c
@ -34,7 +34,7 @@ SELECT osm_id_hash AS osm_id,
|
||||
THEN NULLIF(religion, '')
|
||||
WHEN subclass = 'pitch'
|
||||
THEN NULLIF(sport, '')
|
||||
when class = 'power'
|
||||
when power = 'generator'
|
||||
THEN NULLIF(source, '')
|
||||
ELSE subclass
|
||||
END AS subclass,
|
||||
|
||||
@ -376,6 +376,9 @@ def_poi_fields: &poi_fields
|
||||
- name: sport
|
||||
key: sport
|
||||
type: string
|
||||
- name: power
|
||||
key: power
|
||||
type: string
|
||||
- name: source
|
||||
key: "generator:source"
|
||||
type: string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user