feat: swap import and settings buttons in edit toolbar

fix #2297
This commit is contained in:
Yohan Boniface 2024-12-03 15:20:22 +01:00
parent e01a526935
commit 9a900319af

View file

@ -44,12 +44,12 @@ const ControlsMixin = {
new U.DrawToolbar({ map: this }).addTo(this)
const editActions = [
U.EditCaptionAction,
U.EditPropertiesAction,
U.ImportAction,
U.EditLayersAction,
U.ChangeTileLayerAction,
U.UpdateExtentAction,
U.UpdatePermsAction,
U.ImportAction,
U.EditPropertiesAction,
]
if (this.options.editMode === 'advanced') {
new U.SettingsToolbar({ actions: editActions }).addTo(this)