Malvoz

Results 135 issues of Malvoz

Background: https://github.com/Maps4HTML/MapML/issues/88#issuecomment-718808340. - [ ] Add (default) controls for panning (e.g. https://kartena.github.io/Leaflet.Pancontrol/) - [ ] Support the [`nopan`](https://maps4html.org/MapML/spec/#attr-map-controlslist-nopan) keyword in `controlslist` to disable the controls

accessibility
needs discussion

Modifying [us_pop_density.mapml](https://github.com/Maps4HTML/Web-Map-Custom-Element/blob/master/test/e2e/data/tiles/cbmt/us_pop_density.mapml) (used in e.g. keyboardInteraction.html) results in the following: ```html ```` ![empty-title](https://user-images.githubusercontent.com/26493779/109164941-48bd9980-777b-11eb-85ea-f74f78c2473f.png) ```html ```` ![no-title](https://user-images.githubusercontent.com/26493779/109164944-48bd9980-777b-11eb-97c0-d1ecfdfef1b3.png) Should untitled layers be visible in the layer list?

enhancement

- [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) - [...

help wanted
needs discussion

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...

accessibility

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...

question

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...

enhancement
accessibility

Using Android [TalkBack](https://support.google.com/accessibility/android/answer/6007100?hl=en), [popups are misplaced](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/423) (i.e. `role="application"` doesn't "fix" the issue). Edit: Can be reproduced in Leaflet alone: 1. open [`debug/map/map-popup.html`](https://github.com/Leaflet/Leaflet/blob/20654cd15950f29dc0c405e21a282bf1e9f2ef45/debug/map/map-popup.html) in your browser 2. manually set `tabindex="0"` to...

bug
accessibility
mobile/touch

https://github.com/Raruto/leaflet-rotate

Dark mode experiment doc: https://maps4html.org/experiments/styling/dark-mode.html. Investigate whether authors expect the map UI to have a default color scheme suitable for dark mode experiences (applied conditionally based on user preferences). Styling...

user preferences
basic styling