Fix highlight tile query
This commit is contained in:
parent
e98d589683
commit
48a98ff610
@ -34,7 +34,7 @@ router.get('/highlight/:z/:x/:y.png', function(req, res) {
|
|||||||
const bbox = get_bbox(req.params)
|
const bbox = get_bbox(req.params)
|
||||||
const table_def = `(
|
const table_def = `(
|
||||||
SELECT
|
SELECT
|
||||||
g.geometry_id = ${geometry_id}) as focus,
|
g.geometry_id = ${geometry_id} as focus,
|
||||||
b.location_number as location_number,
|
b.location_number as location_number,
|
||||||
g.geometry_geom
|
g.geometry_geom
|
||||||
FROM
|
FROM
|
||||||
|
Loading…
Reference in New Issue
Block a user