mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
removed console.logs
This commit is contained in:
parent
4dc07e5336
commit
64b057c708
3 changed files with 0 additions and 4 deletions
|
@ -19,7 +19,6 @@ export const createArrow = (latlng: LatLngLiteral, angle: number): Marker => mar
|
|||
});
|
||||
|
||||
export const arrowClusterIcon = (cluster): DivIcon => {
|
||||
console.log(cluster.getAllChildMarkers());
|
||||
const markers = cluster.getAllChildMarkers();
|
||||
|
||||
const nearest = markers.sort((a, b) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue