mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-29 09:24:45 +01:00
Set path so it is positioned on top of center
This commit is contained in:
parent
c021923668
commit
50585d1686
2 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ def migrate_atlas_format(entry: dict):
|
|||
"name": "",
|
||||
"description": "",
|
||||
"links": {},
|
||||
"center": {},
|
||||
"path": {},
|
||||
"center": {},
|
||||
"contributors": []
|
||||
}
|
||||
|
||||
|
|
|
@ -252,8 +252,8 @@ function initDraw() {
|
|||
name: nameField.value,
|
||||
description: descriptionField.value,
|
||||
links: {},
|
||||
center: {},
|
||||
path: {},
|
||||
center: {},
|
||||
};
|
||||
|
||||
const pathWithPeriodsTemp = pathWithPeriods.concat()
|
||||
|
|
Loading…
Reference in a new issue