Zoom level

I think 10 is a more appropriate zoom level, 9 was a little too wide
This commit is contained in:
Adam Magness 2017-11-18 11:15:38 -05:00
parent 51ef5bc2e9
commit b2ef5b6c58
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<li>{{$wind['caption']}}: {{$wind['val']}}</li>
</ul></p>
<p class="curweather-footer">
{{$databy}}: <a href="http://openweathermap.org">OpenWeatherMap</a>. <a href="http://openweathermap.org/weathermap?basemap=map&cities=true&layer=temperature&lat={{$lat}}&lon={{$lon}}&zoom=9">{{$showonmap}}</a>
{{$databy}}: <a href="http://openweathermap.org">OpenWeatherMap</a>. <a href="http://openweathermap.org/weathermap?basemap=map&cities=true&layer=temperature&lat={{$lat}}&lon={{$lon}}&zoom=10">{{$showonmap}}</a>
</p>
</div>
<div class="clear"></div>