Move Ayers Rock patch to json

This commit is contained in:
Tulio Leao
2024-01-20 15:11:19 -03:00
parent acdeb89974
commit 43adebe815
2 changed files with 23 additions and 55 deletions

View File

@@ -0,0 +1,23 @@
{
"tiles": {
"type": "track",
"operations": [
{
"from": "flat_covered",
"to": "flat",
"coordinates": [
[ 123, 59 ], [ 123, 60 ], [ 123, 61 ],
[ 118, 69 ], [ 118, 70 ], [ 118, 71 ], [ 118, 72 ], [ 118, 73 ],
[ 112, 79 ], [ 112, 80 ], [ 112, 81 ], [ 112, 82 ]
]
},
{
"from": "flat",
"to": "flat_covered",
"coordinates": [
[ 123, 83 ], [ 123, 84 ], [ 123, 85 ], [123, 86 ]
]
}
]
}
}