Maps.add_feature.preset

class eomaps.eomaps.Maps.add_feature.preset(m)

Feature presets.

To add single preset-features (or customize the appearance), use:

>>> m.add_feature.preset.coastline(ec="r", scale=50, ...)

To quickly add multiple features in one go, use:

>>> m.add_feature.preset("coastline", "ocean", "land")

Members

coastline

Add a coastline to the map.

countries

Add country-boundaries to the map.

lakes

Add lakes to the map.

land

Add a land-coloring to the map.

ocean

Add ocean-coloring to the map.

rivers_lake_centerlines

Add rivers_lake_centerlines to the map.

urban_areas

Add urban-areas to the map.