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 table_def = `(
|
||||
SELECT
|
||||
g.geometry_id = ${geometry_id}) as focus,
|
||||
g.geometry_id = ${geometry_id} as focus,
|
||||
b.location_number as location_number,
|
||||
g.geometry_geom
|
||||
FROM
|
||||
|
Loading…
Reference in New Issue
Block a user