liuhj 5 kuukautta sitten
vanhempi
commit
db8fdd7898
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/statistics/Statistically.vue

+ 1 - 1
src/components/statistics/Statistically.vue

@@ -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, country: region})
+            const map = new mapkit.Map("map", {center: coordinate, region: region})
 
             
         },