forked from MapComplete/MapComplete
Merge upstream
This commit is contained in:
commit
a65f365485
18 changed files with 237 additions and 52 deletions
|
@ -8,6 +8,7 @@
|
|||
import { OH } from "../../../OpeningHours/OpeningHours"
|
||||
import { Lists } from "../../../../Utils/Lists"
|
||||
import { Translation } from "../../../i18n/Translation"
|
||||
import PlusCircle from "@babeard/svelte-heroicons/mini/PlusCircle"
|
||||
|
||||
export let value: UIEventSource<string>
|
||||
|
||||
|
@ -114,7 +115,7 @@
|
|||
}}
|
||||
>
|
||||
<PlusCircle class="h-6 w-6" />
|
||||
Add time
|
||||
<Tr t={Translations.t.collectionTimes.addTime} />
|
||||
</button>
|
||||
</div>
|
||||
<div class="flex w-fit flex-wrap">
|
||||
|
|
|
@ -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[]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue