Debugging

This commit is contained in:
Pieter Vander Vennet 2024-02-18 17:39:44 +01:00
parent ee6e430ef4
commit bef79cfa20

View file

@ -80,6 +80,7 @@ class OsmPoiDatabase {
console.log("Getting layers: ", q, result)
const layers = result.rows.map((r) => r.table_name.substring("lines_".length))
this.supportedLayers = new Set(layers)
console.log("Layers are:", layers)
this.supportedLayersDate = new Date()
return this.supportedLayers
}