Skip to content

Commit

Permalink
Set OpenFreeMap as default
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Oct 20, 2024
1 parent a595219 commit 22456a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ option(USE_BUNDLED_GEOCLUE2 "Use a bundled version of Geoclue2 Qt plugin with bu
set(QML_IMPORT_PATH "" CACHE STRING "Additional QML import path")

set(DEFAULT_PROFILE "online" CACHE STRING "Default profile. Supported profile selection: online, offline")
set(DEFAULT_BASEMAP "MapTiler" CACHE STRING "Default basemap for online profile")
set(DEFAULT_BASEMAP "OpenFreeMap Bright" CACHE STRING "Default basemap for online profile")
set(DEFAULT_GEOCODER "photon" CACHE STRING "Default geocoder for online profile")
set(DEFAULT_GUIDE "foursquare" CACHE STRING "Default guide for online profile")
set(DEFAULT_ROUTER "stadiamaps" CACHE STRING "Default router for online profile")
Expand Down
2 changes: 1 addition & 1 deletion poor/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

__all__ = ("ConfigurationStore",)

_default_basemap = "MapTiler"
_default_basemap = "OpenFreeMap Bright"
_default_geocoder = "photon"
_default_guide = "foursquare"
_default_router = "stadiamaps"
Expand Down

0 comments on commit 22456a4

Please sign in to comment.