un-demolished buildings only

This commit is contained in:
Ed Chalstrey 2022-04-21 15:24:46 +01:00
parent a22bf0079b
commit 6bfbff7a58

View File

@ -7,12 +7,16 @@ const LAYER_QUERIES = {
SELECT
geometry_id
FROM
buildings`,
buildings
WHERE
latest_demolish_date IS NULL`,
base_night: `
SELECT
geometry_id
FROM
buildings`,
buildings
WHERE
latest_demolish_date IS NULL`,
number_labels:`
SELECT
geometry_id,