]> git.mxchange.org Git - friendica-addons.git/commitdiff
Zoom level
authorAdam Magness <adam.magness@gmail.com>
Sat, 18 Nov 2017 16:15:38 +0000 (11:15 -0500)
committerAdam Magness <adam.magness@gmail.com>
Sat, 18 Nov 2017 16:15:38 +0000 (11:15 -0500)
I think 10 is a more appropriate zoom level, 9 was a little too wide

curweather/templates/widget.tpl

index f772d44568c21e3343f4f0421f37b3aa4c20085a..db3b7a8f3fcde708f78801edeb1766f14ebf61c5 100644 (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>