Try solve no map changes problem

This commit is contained in:
lukasmartinelli
2016-09-10 00:43:41 +02:00
parent b6dff4aa58
commit c84318e6fe
5 changed files with 52 additions and 22 deletions
+1
View File
@@ -94,6 +94,7 @@ export class StyleStore {
mapStyle.created = new Date()
}
mapStyle.layers = colorizeLayers(mapStyle.layers)
this.backup(mapStyle)
this.currentStyle = mapStyle
}