Skip to content

Commit

Permalink
upd & impr
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirKalachikhin committed Sep 9, 2023
1 parent ee4d169 commit e1fdf6c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// url службы динамического обновления маршрутов. При отсутствии -- маршруты можно обновить только перезагрузив страницу.
$updateRouteServerURI = 'checkRoutes.php'; // url to route updater service. If not present -- update server-located routes not work.

$versionTXT = '2.9.2';
$versionTXT = '2.9.3';
/*
2.9.0 wind sign
2.8.0 distance circles
Expand Down Expand Up @@ -52,6 +52,7 @@
include($name);
if($humanName){ // из описания источника
$mapsInfo[$mapName] = $humanName[$appLocale]; // $appLocale - из internationalisation
if(!$mapsInfo[$mapName]) $mapsInfo[$mapName] = $humanName['en'];
}
if(!$mapsInfo[$mapName]) $mapsInfo[$mapName] = $mapName;
}
Expand Down
2 changes: 1 addition & 1 deletion leaflet-omnivorePATCHED/leaflet-omnivore.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ else { // это индивидуальная точка
direction: 'top',
offset: [-16,0],
className: 'wpTooltip', // css class
opacity: 0.75,
opacity: 0.65,
pane: 'overlayPane',
zIndexOffset: -600
});
Expand Down

0 comments on commit e1fdf6c

Please sign in to comment.