|
@@ -630,7 +630,7 @@ export default {
|
|
|
const coordinate = new mapkit.Coordinate(104.096488, 30.635261)
|
|
|
const span = new mapkit.CoordinateSpan(5, 5) // 1degree=111km
|
|
|
const region = new mapkit.CoordinateRegion(coordinate, span)
|
|
|
- const map = new mapkit.Map("map", {center: coordinate, region: region})
|
|
|
+ const map = new mapkit.Map("map", {center: coordinate, countryCode: "CN"})
|
|
|
|
|
|
|
|
|
},
|