Web-Map-Custom-Element
Web-Map-Custom-Element copied to clipboard
A custom <mapml-viewer> and <layer-> element suite
Just an idea, but perhaps it would be useful?? Could it be enabled/disabled via a content security policy set by the page?
I am wondering if we should be reviewing everywhere that we are using mouse events, should we review if touch events are necessary?? _Originally posted by @prushforth in https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/771#discussion_r1122227271_
Gives the ability to view map legends (Images only) on hover/focus of the layer legend links. Open for discussion/Comments. fixes #524
- [x] There should be a link to [CONTRIBUTING.md](https://github.com/Maps4HTML/Web-Map-Custom-Element/blob/main/CONTRIBUTING.md) from [README.md](https://github.com/Maps4HTML/Web-Map-Custom-Element/blob/main/README.md) - [ ] Change heading "Contributing to MapML" (remove/replace "MapML", as this is not the spec repo) - [...
Using code from Leaflet (and plugins) means this map component is sometimes inheriting accessibility issues. We do have comments inline in code where fixes have been made, sometimes with links...
This is an [epic](url) user story. The idea is that the use of the web-map-custom-element should not only be easy, but its use should facilitate its further use. For example,...
If you tab to focus the map, with scripting enabled, the next tab will take you to the zoom in control, bypassing the \ elements; if you disable scripting you...
1. Sometimes when toggling a templated image layer at a zoom level of zoom level % step = 0, when the layer is toggled back on its not scaled to...
Do we have any certain expectations for a v1.0.0? Do users? (see https://semver.org/#how-do-i-know-when-to-release-100) Would the following list be a reasonable goal? - [ ] Fix [bugs](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues?q=is%3Aissue+is%3Aopen+label%3Abug) - [ ] Ensure...
Because [map-based popups will be removed](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/403) there shouldn't be UI components such as `mapml-focus-buttons` that expect popups (especially one that attempts to solve the general issue with overwhelming keyboard users...