Bugfix
This commit is contained in:
parent
c030eaa7be
commit
323e0dc8f6
@ -52,11 +52,11 @@ SELECT CASE class
|
|||||||
WHEN 'florist' THEN 750
|
WHEN 'florist' THEN 750
|
||||||
WHEN 'dog_park' THEN 800
|
WHEN 'dog_park' THEN 800
|
||||||
WHEN 'pitch' THEN 800
|
WHEN 'pitch' THEN 800
|
||||||
when 'power_tower' then 900
|
WHEN 'power_tower' then 900
|
||||||
when 'wind_mill' then 900
|
WHEN 'wind_mill' then 900
|
||||||
when 'water_tower' then 900
|
WHEN 'water_tower' then 900
|
||||||
when 'communications_tower' then 900
|
WHEN 'communications_tower' then 900
|
||||||
when 'wind_turbine' then 900
|
WHEN 'wind_turbine' then 900
|
||||||
ELSE 1000
|
ELSE 1000
|
||||||
END;
|
END;
|
||||||
$$ LANGUAGE SQL IMMUTABLE
|
$$ LANGUAGE SQL IMMUTABLE
|
||||||
|
|||||||
@ -139,7 +139,7 @@ layer:
|
|||||||
wind_mill:
|
wind_mill:
|
||||||
subclass: ['wind_mill']
|
subclass: ['wind_mill']
|
||||||
power_tower:
|
power_tower:
|
||||||
subclasss: ['tower']
|
subclass: ['tower']
|
||||||
subclass:
|
subclass:
|
||||||
description: |
|
description: |
|
||||||
Original value of either the
|
Original value of either the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user