mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-04 00:43:42 +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": "",
|
"name": "",
|
||||||
"description": "",
|
"description": "",
|
||||||
"links": {},
|
"links": {},
|
||||||
"center": {},
|
|
||||||
"path": {},
|
"path": {},
|
||||||
|
"center": {},
|
||||||
"contributors": []
|
"contributors": []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -252,8 +252,8 @@ function initDraw() {
|
||||||
name: nameField.value,
|
name: nameField.value,
|
||||||
description: descriptionField.value,
|
description: descriptionField.value,
|
||||||
links: {},
|
links: {},
|
||||||
center: {},
|
|
||||||
path: {},
|
path: {},
|
||||||
|
center: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
const pathWithPeriodsTemp = pathWithPeriods.concat()
|
const pathWithPeriodsTemp = pathWithPeriods.concat()
|
||||||
|
|
Loading…
Reference in a new issue