Title: Accessible maps
Last modified: October 2, 2024

---

# Accessible maps

 *  Resolved [arakz](https://wordpress.org/support/users/arakz/)
 * (@arakz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/accessible-maps/)
 * Hello,
 * Is it possible to add title and alt? Like here: [https://leafletjs.com/examples/accessibility/](https://leafletjs.com/examples/accessibility/)
 * Markers must be labelled
 * When using markers, it is vital to ensure each has a unique and descriptive [`alt`](https://leafletjs.com/reference.html#marker-alt)
   or [`title`](https://leafletjs.com/reference.html#marker-title):
 *     ```wp-block-code
       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)

 *  Plugin Contributor [hupe13](https://wordpress.org/support/users/hupe13/)
 * (@hupe13)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/accessible-maps/#post-18048992)
 * Use this shortcode:
 *     ```wp-block-code
       [leaflet-marker title="Kyiv" lat=50.4501 lng=30.5234]Kyiv, Ukraine is the birthplace of Leaflet![/leaflet-marker]
       ```
   
 *  Plugin Author [bozdoz](https://wordpress.org/support/users/bozdoz/)
 * (@bozdoz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/accessible-maps/#post-18062136)
 * This is already supported:
 *     ```wp-block-code
       [leaflet-marker alt="Kyiv" lat=50.4501 lng=30.5234]Kyiv, Ukraine is the birthplace of Leaflet![/leaflet-marker]
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Accessible maps’ is closed to new replies.

 * ![](https://ps.w.org/leaflet-map/assets/icon-256x256.png?rev=1693083)
 * [Leaflet Map](https://wordpress.org/plugins/leaflet-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/leaflet-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/leaflet-map/)
 * [Active Topics](https://wordpress.org/support/plugin/leaflet-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/leaflet-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/leaflet-map/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [bozdoz](https://wordpress.org/support/users/bozdoz/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/accessible-maps/#post-18062136)
 * Status: resolved