- add leaflet
- start with map-view.component: basic webgis functionalities
This commit is contained in:
parent
b0aeb03d15
commit
1f930dbb1f
12 changed files with 141 additions and 4 deletions
9
src/views/help-view/help-view-component.ts
Normal file
9
src/views/help-view/help-view-component.ts
Normal 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> = [];
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue