mapgears / scribeui

http://scribeui.org
MIT License
28 stars 15 forks source link

layers file saved empty #148

Open smercier opened 6 years ago

smercier commented 6 years ago

For a reason I don't understand, the config file is saved empty. This has a major impact when the user opens the map project. There's no mapfile available in the Groups menu

$ cat ./scribeui/workspaces/[user]/[project]/config 
ORDER {
}

I need to edit the file manually to fix

ORDER {
 1: groups/land.layer
 2: groups/admin.layer
 3: groups/8_12.layer
 4: groups/operation.layer
 5: groups/roads.layer
}