Make checkboxes hide map layers
This commit is contained in:
parent
df58424dd7
commit
af516242d3
2 changed files with 26 additions and 4 deletions
|
|
@ -215,6 +215,11 @@ class MapMultipoint extends HTMLElement {
|
|||
});
|
||||
this._markers = [marker];
|
||||
}
|
||||
|
||||
SetLayoutProperty(layout, property, value) {
|
||||
return this._map.setLayoutProperty(layout, property, value);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
customElements.define('map-multipoint', MapMultipoint);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue