Remove runningFromConsole from scripts and tests, add routeablePointScript for postal codes
This commit is contained in:
parent
5b513b1248
commit
480bb4902b
15 changed files with 99 additions and 42 deletions
|
@ -1,4 +1,3 @@
|
|||
import {Utils} from "../Utils";
|
||||
import {existsSync, mkdirSync, readFileSync, writeFile, writeFileSync} from "fs";
|
||||
import Locale from "../UI/i18n/Locale";
|
||||
import Translations from "../UI/i18n/Translations";
|
||||
|
@ -7,9 +6,6 @@ import Constants from "../Models/Constants";
|
|||
import * as all_known_layouts from "../assets/generated/known_layers_and_themes.json"
|
||||
import {LayoutConfigJson} from "../Models/ThemeConfig/Json/LayoutConfigJson";
|
||||
import LayoutConfig from "../Models/ThemeConfig/LayoutConfig";
|
||||
// We HAVE to mark this while importing
|
||||
Utils.runningFromConsole = true;
|
||||
|
||||
|
||||
const sharp = require('sharp');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue