diff --git a/geogarage_com_route.zmp/GetUrlScript.txt b/geogarage_com_route.zmp/GetUrlScript.txt
index 3285f7f2..dc38931d 100644
--- a/geogarage_com_route.zmp/GetUrlScript.txt
+++ b/geogarage_com_route.zmp/GetUrlScript.txt
@@ -39,7 +39,7 @@ begin
 
  case GetZ of
  5: ResultURL:=GetURLBase+res+'/'+res+'.png';
- 5: ResultURL:=GetURLBase+res+'/'+res+'.png';
+ 6: ResultURL:=GetURLBase+res+'/'+res+'.png';
  7: ResultURL:=GetURLBase+copy(res,1,6)+'/'+res+'.png';
  8: ResultURL:=GetURLBase+copy(res,1,6)+'/'+res+'.png';
  9: ResultURL:=GetURLBase+copy(res,1,6)+'/'+res+'.png';
diff --git a/in-sfera.ru.zmp/GetUrlScript.txt b/in-sfera.ru.zmp/GetUrlScript.txt
index af13b70c..964b3bf8 100644
--- a/in-sfera.ru.zmp/GetUrlScript.txt
+++ b/in-sfera.ru.zmp/GetUrlScript.txt
@@ -1,3 +1,3 @@
 begin
- ResultURL:=GetURLBase+inttostr(18-GetZ)+'s'+inttostr(GetX-round(intpower(2,GetZ-1)/2)-1)+'x'+inttostr(GetY-round(intpower(2,GetZ-1)/2)-1)+'y.png';
+ ResultURL:=GetURLBase+inttostr(18-GetZ)+'s'+inttostr(GetX-round(intpower(2,GetZ-1)/2)-1)+'x'+inttostr(GetY-round(intpower(2,GetZ-1)/2))+'y.png';
 end.
\ No newline at end of file
diff --git a/in-sfera.ru.zmp/params.txt b/in-sfera.ru.zmp/params.txt
index 8d67f795..3f152d62 100644
--- a/in-sfera.ru.zmp/params.txt
+++ b/in-sfera.ru.zmp/params.txt
@@ -15,7 +15,7 @@ sradiusb=6378137
 separator=0
 UseDwn=1
 Usestick=1
-UseGenPrevious=0
+UseGenPrevious=1
 Usedel=1
 Usesave=1
 UsePreloadPage=0