- datetime picker as vue component

- delete bounding box via leaflet button
This commit is contained in:
Arno Kaimbacher 2019-12-03 14:41:44 +01:00
parent 2cdfbdb004
commit bc1313fa61
14 changed files with 31 additions and 23 deletions

View file

@ -162,7 +162,7 @@ export default class LocationsMap extends Vue {
},
_buildButton: function(){
this._link = L.DomUtil.create('a','simplebutton-action',this._container);
this._link.href = "#";
// this._link.href = "#";
if(this.options.id) {
this._link.id = this.options.id;
}