Merge pull request #552 from tomalrussell/fix/height-map-query
Fix query for height map activation
This commit is contained in:
commit
de75feffbc
@ -48,7 +48,7 @@ const BUILDING_LAYER_DEFINITIONS = {
|
||||
) as size_stories`,
|
||||
size_height: `(
|
||||
SELECT
|
||||
b.size_height_apex,
|
||||
b.size_height_apex as size_height,
|
||||
g.geometry_geom
|
||||
FROM
|
||||
geometries as g,
|
||||
|
Loading…
Reference in New Issue
Block a user