From c14c5cb5fd65454a390b3af98388cf63d5f45975 Mon Sep 17 00:00:00 2001 From: Johannes Baumeister Date: Wed, 15 Jul 2026 15:08:28 +0200 Subject: [PATCH] fix: Add GEM__BEZ and GMK__BEZ to ALKIS API response --- server.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server.js b/server.js index e11b565..08d1921 100644 --- a/server.js +++ b/server.js @@ -561,6 +561,8 @@ app.get('/api/layers/alkis', async (req, res) => { 'STR', a."STR", 'HSN', a."HSN", 'FLN', a."FLN", + 'GMK__BEZ', a."GMK__BEZ", + 'GEM__BEZ', a."GEM__BEZ", 'ZAE', a."FSN__ZAE", 'NEN', a."FSN__NEN", 'status', a.status,