Remove runningFromConsole from scripts and tests, add routeablePointScript for postal codes

This commit is contained in:
Pieter Vander Vennet 2021-12-13 20:50:03 +01:00
parent 5b513b1248
commit 480bb4902b
15 changed files with 99 additions and 42 deletions

View file

@ -1,4 +1,3 @@
import {Utils} from "../Utils";
import {AllKnownLayouts} from "../Customizations/AllKnownLayouts";
import Locale from "../UI/i18n/Locale";
import {Translation} from "../UI/i18n/Translation";
@ -6,9 +5,6 @@ import {readFileSync, writeFileSync} from "fs";
import LayoutConfig from "../Models/ThemeConfig/LayoutConfig";
import LayerConfig from "../Models/ThemeConfig/LayerConfig";
Utils.runningFromConsole = true;
/**
* Generates all the files in "Docs/TagInfo". These are picked up by the taginfo project, showing a link to the mapcomplete theme if the key is used
*/