From 660b38950f536e20d9efeddb34e29f660cf80de9 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 14 Feb 2026 21:54:14 +0000 Subject: [PATCH] Relocate transpiles maps --- scripts/parse-maps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parse-maps.js b/scripts/parse-maps.js index 43c3bb9..4ac454e 100644 --- a/scripts/parse-maps.js +++ b/scripts/parse-maps.js @@ -3,7 +3,7 @@ import fs from 'fs'; import path from 'path'; const inputDir = './static/mapFiles/yaml'; -const outputDir = './static/mapFiles/json'; +const outputDir = './src/lib/assets/route'; const indexFile = './static/map-index.json'; const noiseRegex = /\s+(single line|junction|jn|junc|jct|gf|north|south|east|west)\.?$/i;