Skip to content

Commit

Permalink
Merge pull request #256 from carminemassarelli/master
Browse files Browse the repository at this point in the history
Update map.html
  • Loading branch information
martykan authored Dec 29, 2017
2 parents 4dd309f + 74f2803 commit 6d726e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/assets/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
windLayer.setOpacity(0.7);

// Rain
var rainLayer = new L.TileLayer("http://{s}.maps.owm.io:8099/57b58d2a946d8a0100852aef/{z}/{x}/{y}?hash=d454ac88526eca77574f7d9c24a50efa", {
var rainLayer = new L.TileLayer("http://tile.openweathermap.org/map/precipitation_new/{z}/{x}/{y}.png?appid="+getUrlParameter('appid'), {
minZoom: 1,
maxZoom: 15
});
Expand Down

0 comments on commit 6d726e8

Please sign in to comment.