MapML icon indicating copy to clipboard operation
MapML copied to clipboard

`disabled` should be read-only

Open prushforth opened this issue 4 years ago • 1 comments

https://maps4html.org/MapML/spec/#the-layer-element-0

prushforth avatar Aug 02 '21 02:08 prushforth

IDL is:

readonly attribute boolean disabled

And the detailed description states:

The disabled property is a read-only boolean indicator of the visibility of the layer on the map. [...]

Malvoz avatar Aug 10 '21 22:08 Malvoz