This commit is contained in:
Taric Xin
2022-02-17 09:23:52 +08:00
parent 8d4fa3553d
commit 82871dbe7d

View File

@ -72,7 +72,7 @@ export class AmapPathSimplifierComponent implements OnInit, OnChanges {
}) })
.then(AMap => { .then(AMap => {
this.aMap = new AMap.Map('container', { this.aMap = new AMap.Map('container', {
zoom: 4 zoom: 10
}); });
this.aMap.on('complete', () => { this.aMap.on('complete', () => {