()
| 56 | } |
| 57 | |
| 58 | openMap () { |
| 59 | const modal = new WorldSelectModal({ world: this.settings.world, dataType: 'point', default: this.getData(), supermodel: this.settings.supermodel }) |
| 60 | modal.callback = this.callback |
| 61 | return this.settings.view.openModalView(modal) |
| 62 | } |
| 63 | |
| 64 | callback (e) { |
| 65 | if ((e != null ? e.point : undefined) == null) { return } |