src/components/preview_map.vue
@@ -1014,6 +1014,21 @@ return Math.round(d * p) / p; }, update() { if (isNaN(this.modelForm.lon) || !this.modelForm.lon) { return } if (isNaN(this.modelForm.lat) || !this.modelForm.lat) { return } if (isNaN(this.modelForm.height) || !this.modelForm.height) { return } if (isNaN(this.modelForm.alpha) || !this.modelForm.alpha) { return } if (isNaN(this.modelForm.yaw) || !this.modelForm.yaw) { return } this.setTilesetArgs(this.modelForm); sgworld.Analysis.UndergroundMode(this.app.under, this.modelForm.alpha) },