Skip to content

Commit

Permalink
openweather
Browse files Browse the repository at this point in the history
  • Loading branch information
strukturart committed May 15, 2024
1 parent 15182de commit 04180cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions application/assets/js/openweather.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 04180cd

Please sign in to comment.