Skip to content

anymap module

Main module for anymap interactive mapping widgets.

This module provides backward compatibility by re-exporting all classes from their new dedicated modules. All classes have been moved to separate modules for better organization and maintainability.

For new code, consider importing directly from the specific modules: - from anymap.base import MapWidget - from anymap.maplibre import MapLibreMap - from anymap.mapbox import MapboxMap - from anymap.cesium import CesiumMap - from anymap.potree import PotreeMap - from anymap.deckgl import DeckGLMap - from anymap.compare import MapCompare