From 67d9535148c055adac6f7a90f308205d669a423e Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 6 Apr 2026 15:58:32 +0000 Subject: feat(map): add Windy Map Forecast API key to wind tile URL Co-Authored-By: Claude Sonnet 4.6 --- android-app/app/src/main/kotlin/org/terst/nav/MainActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android-app/app/src/main/kotlin/org') diff --git a/android-app/app/src/main/kotlin/org/terst/nav/MainActivity.kt b/android-app/app/src/main/kotlin/org/terst/nav/MainActivity.kt index d64ce8d..d695c1a 100644 --- a/android-app/app/src/main/kotlin/org/terst/nav/MainActivity.kt +++ b/android-app/app/src/main/kotlin/org/terst/nav/MainActivity.kt @@ -288,7 +288,7 @@ class MainActivity : AppCompatActivity(), SafetyFragment.SafetyListener { TileSet("2.2.0", "https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}"), 256)) .withLayer(RasterLayer("satellite-layer", "satellite-source")) .withSource(RasterSource("windy-source", - TileSet("2.2.0", "https://tiles.windy.com/tiles/v2.2/gfs/wind/{z}/{x}/{y}.png"), 256)) + TileSet("2.2.0", "https://tiles.windy.com/tiles/v2.2/gfs/wind/{z}/{x}/{y}.png?key=EJOu4XMxnFU8mTgf8vLXtudNFzRdoJQE"), 256)) .withLayer(RasterLayer("windy-layer", "windy-source").apply { setProperties(PropertyFactory.rasterOpacity(0.5f)) }) -- cgit v1.2.3