- datetime picker as vue component
- delete bounding box via leaflet button
This commit is contained in:
parent
2cdfbdb004
commit
bc1313fa61
14 changed files with 31 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue