Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Improved default value for map
Browse files Browse the repository at this point in the history
  • Loading branch information
rskrzypczak committed Nov 8, 2023
1 parent 4e7ad0f commit 711d9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'appVersion' => '6.5.8',
'appVersion' => '6.5.9',
'patchVersion' => '2023.11.07',
'lib_roundcube' => '0.3.1',
];
2 changes: 1 addition & 1 deletion modules/OpenStreetMap/ConfigTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
'description' => "List of available routing servers, free list of servers is available on page https://wiki.openstreetmap.org/wiki/Routing/online_routers\n Value: 'server name' => ['driverName' => 'xxx', 'apiUrl' => 'https://xxx.org', 'docUrl' => 'https://xxx', 'params' => []]",
],
'tileLayerServer' => [
'default' => '',
'default' => 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
'description' => 'Tile layer url template, url used to load and display tile layers on the map.',
'validation' => '\App\Validator::text',
],
Expand Down

0 comments on commit 711d9fe

Please sign in to comment.