Cleaned up more code from landmark that wasn't used. Experimenting with power generator:source stuff

This commit is contained in:
2020-08-08 21:24:00 +02:00
parent 277829f9a0
commit bd1325109a
9 changed files with 28 additions and 93 deletions

View File

@@ -34,6 +34,8 @@ SELECT osm_id_hash AS osm_id,
THEN NULLIF(religion, '')
WHEN subclass = 'pitch'
THEN NULLIF(sport, '')
when class = 'power'
THEN NULLIF(source, '')
ELSE subclass
END AS subclass,
agg_stop,