forked from MapComplete/MapComplete
Improve typing
This commit is contained in:
parent
1fbe033456
commit
4d783aae45
4 changed files with 19 additions and 8 deletions
|
@ -604,7 +604,7 @@ describe("RelationSplitHandler", () => {
|
|||
"should split turn restrictions (split of https://www.openstreetmap.org/way/143298912)",
|
||||
async () => {
|
||||
|
||||
const relation: OsmRelation = <OsmRelation>await OsmObject.DownloadObjectAsync("relation/4374576")
|
||||
const relation: OsmRelation = await OsmObject.DownloadObjectAsync("relation/4374576")
|
||||
const originalNodeIds =
|
||||
[
|
||||
1407529979,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue