profile_manager.handlers.styles module

profile_manager.handlers.styles.import_styles(source_profile_path: Path, target_profile_path: Path)[source]

Imports styles from source profile to target profile.

Note: Currently it only imports symbols (not 3D) and label settings, not 3D symbols, color ramps, tags, etc.

Styles are stored in symbology-style.db.

Args:

source_profile_path: Path of profile directory to import from target_profile_path: Path of profile directory to import to