|
@@ -637,17 +637,16 @@ export default {
|
|
|
center: new mapkit.Coordinate(104.096488, 30.635261),
|
|
|
showsMapTypeControl: true,
|
|
|
showsZoomControl: true,
|
|
|
- showsUserLocation: true,
|
|
|
zoomEnabled: true,
|
|
|
region: new mapkit.CoordinateRegion(
|
|
|
new mapkit.Coordinate(104.096488, 30.635261),
|
|
|
new mapkit.CoordinateSpan(0.01, 0.01)
|
|
|
)
|
|
|
});
|
|
|
- let overlay = new mapkit.MapOverlay(map.region, {
|
|
|
- urlTemplate: "https://example.com/overlay/{x}/{y}/{z}.png"
|
|
|
- });
|
|
|
- map.addOverlay(overlay);
|
|
|
+ // let overlay = new mapkit.MapOverlay(map.region, {
|
|
|
+ // urlTemplate: "https://example.com/overlay/{x}/{y}/{z}.png"
|
|
|
+ // });
|
|
|
+ // map.addOverlay(overlay);
|
|
|
|
|
|
},
|
|
|
//团组酒店
|