forked from MapComplete/MapComplete
Debugging
This commit is contained in:
parent
bef79cfa20
commit
bb4a8e9654
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ const server = new Server(2345, [
|
||||||
handle: async (path: string) => {
|
handle: async (path: string) => {
|
||||||
const layers = await tcs.getLayers()
|
const layers = await tcs.getLayers()
|
||||||
const meta = await tcs.getMeta()
|
const meta = await tcs.getMeta()
|
||||||
return JSON.stringify({ meta, layers })
|
return JSON.stringify({ meta, layers: Array.from(layers) })
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue