mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
removed console.logs
This commit is contained in:
parent
4dc07e5336
commit
64b057c708
3 changed files with 0 additions and 4 deletions
|
@ -242,7 +242,6 @@ export class Component extends Polyline {
|
||||||
|
|
||||||
this.markers.splice((this.hint_prev_marker + 1), 0, this.createMarker(latlng));
|
this.markers.splice((this.hint_prev_marker + 1), 0, this.createMarker(latlng));
|
||||||
this.insertLatLng(latlng, this.hint_prev_marker + 1);
|
this.insertLatLng(latlng, this.hint_prev_marker + 1);
|
||||||
console.log('--> dragHintAddMarker');
|
|
||||||
this.hideDragHint();
|
this.hideDragHint();
|
||||||
this.stopDragHintMove();
|
this.stopDragHintMove();
|
||||||
|
|
||||||
|
|
|
@ -129,8 +129,6 @@ export class Poly {
|
||||||
};
|
};
|
||||||
|
|
||||||
setPoints = (latlngs: Array<ILatLng>): void => {
|
setPoints = (latlngs: Array<ILatLng>): void => {
|
||||||
console.log('setP');
|
|
||||||
|
|
||||||
if (!latlngs || latlngs.length <= 1) return;
|
if (!latlngs || latlngs.length <= 1) return;
|
||||||
this.poly.setPoints(latlngs);
|
this.poly.setPoints(latlngs);
|
||||||
};
|
};
|
||||||
|
|
|
@ -19,7 +19,6 @@ export const createArrow = (latlng: LatLngLiteral, angle: number): Marker => mar
|
||||||
});
|
});
|
||||||
|
|
||||||
export const arrowClusterIcon = (cluster): DivIcon => {
|
export const arrowClusterIcon = (cluster): DivIcon => {
|
||||||
console.log(cluster.getAllChildMarkers());
|
|
||||||
const markers = cluster.getAllChildMarkers();
|
const markers = cluster.getAllChildMarkers();
|
||||||
|
|
||||||
const nearest = markers.sort((a, b) => (
|
const nearest = markers.sort((a, b) => (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue