Skip to content

Commit

Permalink
add ownloading.gif file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlazypanda committed Jul 19, 2020
1 parent e971a95 commit 53ae171
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file added example/images/owmloading.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/openWeatherMapLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ L.OWM.Current = L.Layer.extend({
minZoom: 7,
interval: 0, // interval for rereading city data in minutes
progressControl: true, // available: true, false
imageLoadingUrl: 'owmloading.gif', // URL of loading image relative to HTML document
imageLoadingUrl: 'images/owmloading.gif', // URL of loading image relative to HTML document
imageLoadingBgUrl: null, // URL of background image for progress control
temperatureUnit: 'C', // available: 'K' (Kelvin), 'C' (Celsius), 'F' (Fahrenheit)
temperatureDigits: 1,
Expand Down Expand Up @@ -1506,5 +1506,3 @@ L.OWM.Utils = {
},
},
};


0 comments on commit 53ae171

Please sign in to comment.