Skip to content

Remove warning that setting HTMLLayerElement.label was not implemented #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/api/layer-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ via a local `<map-title>` element child of the `<layer->` element, or in the

To set/update the `<layer->`'s label:

:::caution
Needs To Be Implemented, Currently doesn't update the label in layer controls
:::

```js
let layer = document.querySelector('layer-');
layer.label = "New Title";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ respectivement.

Pour définir la label de `<layer->` ou mettre à jour celle-ci :

:::caution
Cette fonction n’est pas encore mise en œuvre. Ne met pas à jour l’étiquette au niveau du contrôle de la couche à l’heure actuelle.
:::

```js
let layer = document.querySelector('layer-');
layer.label = "Nouveau titre";
Expand Down