edit
This commit is contained in:
@ -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', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user