Accessible maps
-
Hello,
Is it possible to add title and alt? Like here: https://leafletjs.com/examples/accessibility/
Markers must be labelled
When using markers, it is vital to ensure each has a unique and descriptive
alt
ortitle
:var marker = L.marker([50.4501, 30.5234], {alt: 'Kyiv'}).addTo(map) // "Kyiv" is the accessible name of this marker .bindPopup('Kyiv, Ukraine is the birthplace of Leaflet!');
Greetings
Andre
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.