Fix: fix statistics

This commit is contained in:
Pieter Vander Vennet 2025-08-14 15:14:47 +02:00
parent 0601a9df6f
commit b61bc6de7c
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@
import { DownloadIcon } from "@rgossiaux/svelte-heroicons/solid"
import { GeoOperations } from "../../Logic/GeoOperations"
import Filter from "../../assets/svg/Filter.svelte"
import { Lists } from "../../Utils/Lists"
export let paths: string[]

View file

@ -1,6 +1,6 @@
import { Utils } from "../../Utils"
import { Feature, Polygon } from "geojson"
import { OsmFeature } from "../../Models/OsmFeature"
import { Lists } from "../../Utils/Lists"
export interface ChangeSetData extends Feature<Polygon> {
id: number