- add leaflet

- start with map-view.component: basic webgis functionalities
This commit is contained in:
Arno Kaimbacher 2022-01-25 17:22:44 +01:00
parent b0aeb03d15
commit 1f930dbb1f
12 changed files with 141 additions and 4 deletions

View file

@ -0,0 +1,9 @@
import { Options, Vue } from "vue-class-component";
// import { Prop } from "vue-property-decorator";
@Options({
name: "HelpViewComponent",
})
export default class HelpViewComponent extends Vue {
// results: Array<any> = [];
}