betty.extension.maps package¶
Module contents¶
Integrate Betty with Leaflet.js.
- final class betty.extension.maps.Maps[source]¶
Bases:
Extension
,WebpackEntryPointProvider
Provide interactive maps for use on web pages.
- classmethod depends_on() set[MachineName] [source]¶
The extensions this one depends on, and comes after.
- classmethod plugin_description() Localizable [source]¶
Get the human-readable long plugin description.
- classmethod plugin_id() MachineName [source]¶
Get the plugin ID.
IDs are unique per plugin type:
A plugin repository MUST at most have a single plugin for any ID.
Different plugin repositories MAY each have a plugin with the same ID.
- classmethod plugin_label() Localizable [source]¶
Get the human-readable short plugin label.