Merge pull request #552 from tomalrussell/fix/height-map-query

Fix query for height map activation
This commit is contained in:
Maciej Ziarkowski 2020-01-16 17:06:14 +00:00 committed by GitHub
commit de75feffbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,