forked from MapComplete/MapComplete
Improve typing, make DownloadAsync cache timing flexible
This commit is contained in:
parent
bdb5833a1c
commit
728f526b61
2 changed files with 35 additions and 26 deletions
|
@ -19,7 +19,7 @@ export default class CreateNewNodeAction extends OsmCreateAction {
|
|||
private readonly _lon: number
|
||||
private readonly _snapOnto: OsmWay
|
||||
private readonly _reusePointDistance: number
|
||||
private meta: { changeType: "create" | "import"; theme: string; specialMotivation?: string }
|
||||
private readonly meta: { changeType: "create" | "import"; theme: string; specialMotivation?: string }
|
||||
private readonly _reusePreviouslyCreatedPoint: boolean
|
||||
|
||||
constructor(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue