Skip to main content

Map

The Map Component based on leaflet is the crystalisation point of Utopia OS.

The map shows places, events and people at their respective position whith nice and informative Popups. Tags, colors and clusters help to retain the overview.

Include it somewhere in your React Application, pass some data and the required props.

Map Component Options

OptionTypeDefaultDescription
heightstring'400px'height of the map
widthstring'100vw'width of the map
centerLatLng[50.6, 9.5]initial map position
zoomnumber10initial zoom level
placesItem[][]Array with Items
eventsItem[][]Array with Items
tagsTag[][]Array with Tags

ToDos

Kanban Board