mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
fix: 500 errors on uppercase table names (#285) (h/t @kzima)
This commit is contained in:
parent
7bcb7d2773
commit
d9c1cba1e2
@ -1,4 +1,4 @@
|
||||
SELECT
|
||||
ST_AsMVTGeom (ST_Transform (ST_CurveToLine({geometry_column}), 3857), {mercator_bounds}, {extent}, {buffer}, {clip_geom}) AS geom {properties} FROM {schema}.{table}, bounds
|
||||
ST_AsMVTGeom (ST_Transform (ST_CurveToLine({geometry_column}), 3857), {mercator_bounds}, {extent}, {buffer}, {clip_geom}) AS geom {properties} FROM {schema}."{table}", bounds
|
||||
WHERE
|
||||
{geometry_column} && bounds.srid_{srid}
|
||||
|
Loading…
Reference in New Issue
Block a user