un-demolished buildings only
This commit is contained in:
parent
a22bf0079b
commit
6bfbff7a58
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user