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, '')
|
THEN NULLIF(religion, '')
|
||||||
WHEN subclass = 'pitch'
|
WHEN subclass = 'pitch'
|
||||||
THEN NULLIF(sport, '')
|
THEN NULLIF(sport, '')
|
||||||
when class = 'power'
|
when power = 'generator'
|
||||||
THEN NULLIF(source, '')
|
THEN NULLIF(source, '')
|
||||||
ELSE subclass
|
ELSE subclass
|
||||||
END AS subclass,
|
END AS subclass,
|
||||||
|
|||||||
@ -376,6 +376,9 @@ def_poi_fields: &poi_fields
|
|||||||
- name: sport
|
- name: sport
|
||||||
key: sport
|
key: sport
|
||||||
type: string
|
type: string
|
||||||
|
- name: power
|
||||||
|
key: power
|
||||||
|
type: string
|
||||||
- name: source
|
- name: source
|
||||||
key: "generator:source"
|
key: "generator:source"
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user