forked from MapComplete/MapComplete
Further work on the move flow
This commit is contained in:
parent
11d5ccf93f
commit
95867635e0
10 changed files with 763 additions and 63 deletions
4
test.ts
4
test.ts
|
@ -7,7 +7,9 @@ import MinimapImplementation from "./UI/Base/MinimapImplementation";
|
|||
State.state = new State(AllKnownLayouts.allKnownLayouts.get("bookcases"))
|
||||
const feature = {
|
||||
"type": "Feature",
|
||||
"properties": {},
|
||||
"properties": {
|
||||
id: "node/14925464"
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue