Skip to content

Commit

Permalink
Merge pull request #302 from smartchicago/master
Browse files Browse the repository at this point in the history
Fixes for #250 & #293
  • Loading branch information
rladines committed Nov 9, 2017
2 parents 3e2eb3e + 3d105e1 commit d20cc8d
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 d20cc8d

Please sign in to comment.