fix: Correctly write view radius and center to map JSON. Fix typo in initialViewCenterX in JSON. Fixes issue #32
Compare changes
Files
2+ 3
− 0
@@ -295,13 +295,16 @@ export default defineComponent({
@@ -295,13 +295,16 @@ export default defineComponent({
this.downloadMap(this.store.methods.getMapId() + ".json", JSON.stringify(this.store.methods.exportMap(), null, 2));