Skip to content

Commit

Permalink
Multiple Merge Pulls & update to Cloud Cover URL (#324)
Browse files Browse the repository at this point in the history
* Updated z-index for Issue #250

* Issue 293 - Updated Margin to support a small field name

* Updated Cloud Cover URL

* Updated Cloud Cover URL

Typo in URL
  • Loading branch information
nfspeedypur authored and tomschenkjr committed Nov 10, 2017
1 parent 8fe5094 commit 9c3f79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/custom/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ogrid.Config = {
overlayLayers: [{
groupName: 'Open Weather Layers',
name: 'Cloud Cover',
url: 'http://{s}.tile.openweathermap.org/clouds/{z}/{x}/{y}.png?APPID=8e0f9d1de886ff78c6bab40f2e6d1afe',
url: 'http://{s}.tile.openweathermap.org/map/clouds/{z}/{x}/{y}.png?APPID=8e0f9d1de886ff78c6bab40f2e6d1afe',
useEsri: false,
options: {
attribution: 'Map data (c) OpenWeatherMap',
Expand Down

0 comments on commit 9c3f79f

Please sign in to comment.