Display simple marker on the map
Display marker
Install Maplibre
Create Solvice Account
Choose a Solvice style
light
, dark
or color
.Add a marker
marker
function. Set Lng/Lat of the marker using setLngLat()
function, and
finally add it to the current map using addTo()
function.Check out the full code example