Skip to content
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

fix: The map container needs an accessible name (#9119) #9130

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nfreear
Copy link
Contributor

@nfreear nfreear commented Oct 14, 2023

Hi,

This pull request fixes #9119.

  • File affected: src/map/Map.js
  • Map option: title (default, title = "Map") (Was: name)
  • It includes a unit test: spec/suites/map/MapSpec.js

Feedback welcome!

Nick

* Map option: name (default, name = "Map")
* Includes unit test
* Rename options property from `name` to `title` - Leaflet convention
@Malvoz Malvoz added the accessibility Anything related to ensuring no barriers exist that prevent interactions or information access label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Anything related to ensuring no barriers exist that prevent interactions or information access
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The leaflet-container needs an accessible name
2 participants