From 04180cd01b5589208491fd08e70dbfaceb420ef5 Mon Sep 17 00:00:00 2001 From: strukturart Date: Mon, 29 Apr 2024 20:52:09 +0200 Subject: [PATCH] openweather --- README.md | 2 ++ application/assets/js/openweather.js | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 4bbc623d..041252ed 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ The search can be opened with key 2, you can search for locations or start the s Some layers cannot be loaded because KaiOs has not equipped all devices with a valid Let's Encrypt certificate. If your device is rooted you can do it yourself: https://github.com/openGiraffes/b2g-certificates +If you use the tiles intentisv cache, the app can slow down from around 400mb. The solution is to delete the cache via the app menu. + ## Desktop Version https://strukturart.github.io/o.map/ diff --git a/application/assets/js/openweather.js b/application/assets/js/openweather.js index 9bbc9248..90c2093a 100644 --- a/application/assets/js/openweather.js +++ b/application/assets/js/openweather.js @@ -1,4 +1,5 @@ const weather = (() => { + //todo > 2024 06 change to 3.O let openweather_call = function (lat, lng, apikey, callback) { let xhr = new XMLHttpRequest({ mozSystem: true,