diff --git a/src/my-map.ts b/src/my-map.ts index db65ce8c..ac1d6fd2 100644 --- a/src/my-map.ts +++ b/src/my-map.ts @@ -151,9 +151,6 @@ export class MyMap extends LitElement { @property({ type: String }) areaUnit: AreaUnitEnum = "m2"; - @property({ type: String }) - ariaLabel = "Interactive map"; - @property({ type: Boolean }) showScale = false; @@ -418,7 +415,7 @@ export class MyMap extends LitElement { render() { return html` -
`; +
`; } /**