You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow changing layer title in layer control via HTMLLayerElement.label
under limited conditions (no <map-title> in content).
Encapsulate accessible name change into MapMLLayer.setName() method
Remove unused, unspecified labelchanged event
Add test fixture
Add <map-meta name="projection"...> so as to not rely on default
projection value just yet, wait until that lands.
Add that the extentload event emitted by the HTMLLayerElement bubbles,
which I believe is normal. Use this event to ensure that tests can
rely on the layer metadata being final before testing name change ability.
Add MapMLLayer.getName method to complement new setName. Name being
the 'accessible name' of the layer, represented in the layer control
via the MapMLLayer._title value.
Add setTimeout to work around the evil createmap event -caused issues
Add test of HTMLLayerElement.label behaviour
0 commit comments