Skip to content

Commit 4ad6e01

Browse files
committed
Change default tileset to Carto Voyager
1 parent 89fad30 commit 4ad6e01

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## 3.9.2 - 2021-08-26
2+
### Changed
3+
- Change default map tileset to Carto Voyager
4+
25
### Fixed
36
- Fix some geolocation services conversion failing when the given location is not a valid address (Fixes #322)
47
- Fix error when upgrading due to missing `type` field (via @cornernote)

src/models/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Settings extends Model
3636
// -------------------------------------------------------------------------
3737

3838
/** @var string The map tile set to use */
39-
public $mapTiles = MapTiles::Wikimedia;
39+
public $mapTiles = MapTiles::CartoVoyager;
4040

4141
/** @var string|array The token for the map tile set */
4242
public $mapToken = '';

src/web/assets/map/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/web/assets/map/js/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/web/assets/map/js/chunk-vendors.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)