edit
This commit is contained in:
@ -153,7 +153,7 @@ export class AmapPathSimplifierComponent implements OnInit, OnChanges, OnDestroy
|
||||
});
|
||||
this.setData(this.pathList);
|
||||
|
||||
if (this.pathList.length > 0) {
|
||||
if (this.mapList.length > 0) {
|
||||
this.setPathIndex(this.selectedIndex);
|
||||
this.getPoiByPositon('起', 'blue', this.mapList[0]?.lnglat, '时间:' + this.amapService.formatTime(this.mapList[0]?.time));
|
||||
this.getPoiByPositon(
|
||||
|
||||
Reference in New Issue
Block a user