feat: remove maplibre location

This commit is contained in:
Shivam Mishra
2024-12-17 11:04:56 +05:30
parent 4ce23096b7
commit 8251dd8750
@@ -72,7 +72,7 @@ const setupMap = () => {
keyboard: false,
doubleClickZoom: false,
});
new maplibregl.Marker().setLngLat([long.value, lat.value]).addTo(map);
// new maplibregl.Marker().setLngLat([long.value, lat.value]).addTo(map);
return map;
};