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