Skip to content

Commit

Permalink
Merge pull request #6 from cnlpete/4-suggestion-use-brightsky-mapstyl…
Browse files Browse the repository at this point in the history
…e-as-default-as-osm-scout-might-not-be-installed

feat: switch to Openfreemap per default
  • Loading branch information
cnlpete authored Nov 23, 2024
2 parents 50d8fcd + 91b7387 commit 70cd6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qml/harbour-rainviewer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ApplicationWindow {
synchronous: true

property string mapboxApiKey
property string mapstyle: "http://localhost:8553/v1/mbgl/style?style=osmbright"
property string mapstyle: "https://tiles.openfreemap.org/styles/bright"
property int tileSize: 256
property bool immediateSlider: true
property bool antialiasing: true
Expand Down
2 changes: 1 addition & 1 deletion qml/pages/Settings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Dialog {

menu: ContextMenu {
MenuItem {
text: "Osmscout Server"
text: "OSMScout Server (required to run locally)"
property string url: "http://localhost:8553/v1/mbgl/style?style=osmbright"
Component.onCompleted: if (url === settings.mapstyle) mapstyleSetting.currentIndex = 0
}
Expand Down

0 comments on commit 70cd6d1

Please sign in to comment.