The *Maps* extension
==================
The ``maps`` extension renders interactive maps using `Leaflet `_ and
`OpenStreetMap `_.
.. important::
This extension requires :ref:`Node.js `.
Enable this extension in your project's :doc:`configuration file ` as follows:
.. tab-set::
.. tab-item:: YAML
.. code-block:: yaml
extensions:
maps: {}
.. tab-item:: JSON
.. code-block:: json
{
"extensions": {
"maps": {}
}
}
Configuration
-------------
This extension is not configurable.