From bef79cfa20da3f121730022f8f708e0c61521f53 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 18 Feb 2024 17:39:44 +0100 Subject: [PATCH] Debugging --- scripts/osm2pgsql/tilecountServer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/osm2pgsql/tilecountServer.ts b/scripts/osm2pgsql/tilecountServer.ts index 594ca634f..b1d7bce32 100644 --- a/scripts/osm2pgsql/tilecountServer.ts +++ b/scripts/osm2pgsql/tilecountServer.ts @@ -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 }