diff --git a/html/script.js b/html/script.js
index ed80d88..542225c 100644
--- a/html/script.js
+++ b/html/script.js
@@ -2820,6 +2820,8 @@ function onJump(e) {
if (coords) {
OLMap.getView().setCenter(ol.proj.fromLonLat([coords[1], coords[0]]));
refreshTableInfo();
+ if (ZoomLvl >= 7)
+ fetchData();
}
return false;
}