mljr-ui · showcase

OpenMap

Leaflet-powered interactive map using OpenStreetMap tiles. Self-hosted JS (148KB). Drop pins with popups.

special open-map

Usage

special.OpenMap(special.OpenMapProps{
    CenterLat: 52.52, CenterLng: 13.405,
    Zoom: 12, Height: "400px",
},
    special.MapPin{Lat: 52.52, Lng: 13.405, Label: "Berlin HQ"},
)