fix: Add GEM__BEZ and GMK__BEZ to ALKIS API response
Deploy Standortplaner / deploy (push) Successful in 17s
Details
Deploy Standortplaner / deploy (push) Successful in 17s
Details
This commit is contained in:
parent
efcc5e7e25
commit
c14c5cb5fd
|
|
@ -561,6 +561,8 @@ app.get('/api/layers/alkis', async (req, res) => {
|
||||||
'STR', a."STR",
|
'STR', a."STR",
|
||||||
'HSN', a."HSN",
|
'HSN', a."HSN",
|
||||||
'FLN', a."FLN",
|
'FLN', a."FLN",
|
||||||
|
'GMK__BEZ', a."GMK__BEZ",
|
||||||
|
'GEM__BEZ', a."GEM__BEZ",
|
||||||
'ZAE', a."FSN__ZAE",
|
'ZAE', a."FSN__ZAE",
|
||||||
'NEN', a."FSN__NEN",
|
'NEN', a."FSN__NEN",
|
||||||
'status', a.status,
|
'status', a.status,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue