Skip to content

v-map-builder

← Zur Übersicht · @npm9912/v-map

A component that builds map configurations dynamically from JSON/YAML configuration scripts.

Props

NameTypeAttrDefaultBeschreibung
mapconfigunknownConfiguration object for the map builder. Can be any structure that will be normalized to BuilderConfig.

Events

EventDetail-TypeBeschreibung
configError{ message: string; errors?: string[]; }Event emitted when there is an error parsing the map configuration.
configReadyBuilderConfigEvent emitted when the map configuration has been successfully parsed and is ready to use.

CSS Parts

PartBeschreibung
mountThe container element where the generated map and layers are mounted.