Small fixes

This commit is contained in:
Pieter Vander Vennet 2020-07-31 21:54:30 +02:00
parent fb13485983
commit dd8f5e549e
5 changed files with 9 additions and 4 deletions

4
preferences.ts Normal file
View file

@ -0,0 +1,4 @@
import {OsmConnection} from "./Logic/Osm/OsmConnection";
const connection = new OsmConnection(false, undefined);