Put Marker in Geolocation Field

I have lang and lat field in my doctype. I want to show a marker instead of Circle. Can you help me out to resolve this issue.

For anyone running into this issue,

L.marker([ lat, lng ]).addTo( cur_frm.fields_dict.[geolocation_fieldname].map ).bindPopup(‘Marker Popup Text’).openPopup();

1 Like