@aggdirect/coolmap 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1200,7 +1200,6 @@ class AddRouteComponent {
|
|
|
1200
1200
|
this.preventInitialSave = false;
|
|
1201
1201
|
}
|
|
1202
1202
|
});
|
|
1203
|
-
console.log(this.addRouteForm.value);
|
|
1204
1203
|
this.filterCustomerList();
|
|
1205
1204
|
await true;
|
|
1206
1205
|
}
|
|
@@ -1216,7 +1215,6 @@ class AddRouteComponent {
|
|
|
1216
1215
|
delivery_lat_lng: (event.geometry.coordinates[1] + ',' + event.geometry.coordinates[0]).toString()
|
|
1217
1216
|
});
|
|
1218
1217
|
}
|
|
1219
|
-
console.log('test>>>>>>>>>>>>>>>>>>>>>>>>192');
|
|
1220
1218
|
this.checkAndFetchRouteInformation();
|
|
1221
1219
|
}
|
|
1222
1220
|
checkAndFetchRouteInformation(isinitial) {
|