Fix SQL identifier quoting for netzverknüpfungspunkt to handle umlauts properly
Deploy TrassenPlaner / deploy (push) Waiting to run Details

This commit is contained in:
Johannes Baumeister 2026-04-20 14:14:57 +02:00
parent 6cd1ec4145
commit a0c9a45377
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ app.get('/api/poi', async (req, res) => {
SELECT
id,
ST_AsGeoJSON(ST_Transform(geom, 4326)) as geometry
FROM netzverknüpfungspunkt
FROM "netzverknüpfungspunkt"
`;
const result = await client.query(query);
const geojson = {