Chore: auto-formatting

This commit is contained in:
Pieter Vander Vennet 2023-07-15 19:28:59 +02:00
parent 996d9e43be
commit 0e94cc707b
7 changed files with 49 additions and 40 deletions

View file

@ -1,8 +1,8 @@
import { Utils } from "../../Utils";
import polygon_features from "../../assets/polygon-features.json";
import { OsmFeature, OsmId, OsmTags, WayId } from "../../Models/OsmFeature";
import OsmToGeoJson from "osmtogeojson";
import { Feature, LineString, Polygon } from "geojson";
import { Utils } from "../../Utils"
import polygon_features from "../../assets/polygon-features.json"
import { OsmFeature, OsmId, OsmTags, WayId } from "../../Models/OsmFeature"
import OsmToGeoJson from "osmtogeojson"
import { Feature, LineString, Polygon } from "geojson"
export abstract class OsmObject {
private static defaultBackend = "https://www.openstreetmap.org/"