|
@@ -635,10 +635,9 @@ export default {
|
|
|
// })
|
|
|
let map = new mapkit.Map("map", {
|
|
|
center: new mapkit.Coordinate(104.096488, 30.635261),
|
|
|
- region: new mapkit.CoordinateRegion(
|
|
|
- new mapkit.Coordinate(104.096488, 30.635261),
|
|
|
- new mapkit.CoordinateSpan(0.01, 0.01)
|
|
|
- )
|
|
|
+ showsMapTypeControl: true,
|
|
|
+ showsZoomControl: true,
|
|
|
+ zoomEnabled: true,
|
|
|
});
|
|
|
// let overlay = new mapkit.MapOverlay(map.region, {
|
|
|
// urlTemplate: "https://example.com/overlay/{x}/{y}/{z}.png"
|