Przeglądaj źródła

change the viewBounds return values

tags/2.1.2
Caven Chen 4 lat temu
rodzic
commit
09f327a75a
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4
    4
      modules/viewer/Viewer.js

+ 4
- 4
modules/viewer/Viewer.js Wyświetl plik

@@ -167,10 +167,10 @@ class Viewer {
return undefined
}
return {
minX: min.lng,
minY: min.lat,
maxX: max.lng,
maxY: max.lat
west: min.lng,
south: min.lat,
east: max.lng,
north: max.lat
}
}


Ładowanie…
Anuluj
Zapisz