buche / leaflet-openweathermap

A JavaScript library for including OpenWeatherMap's layers and OWM's current city/station data in leaflet based maps without hassle.
259 stars 132 forks source link

Allow baseUrl to be passed as an options #12

Closed arschmitz closed 8 years ago

arschmitz commented 8 years ago

This adds the ability to modify the base url. This is useful since the openweathermap tile server has been having issues to run the images through a proxy cache

buche commented 8 years ago

Thanks!