I slowly run out of 'to do's':
- added functionality to enter the lon/lat coordinates on the screen behind the 'Regen' tile by clicking anywhere on the map

at any zoom level! Calculated by just one formula (functions calcXcoordinate and calcYcoordinate in Buienradar.js)
within the Netherlands this functionality works very precise. As you move closer to the poles or equator the deviation is large but that doesn't matter for this application.
Between zoom levels 5 (NL) and 13 (neighbourhood) it works very good. Coordinates are rounded to 2 decimals because of the limitation of the rain datafeed by buienradar. On zoomlevel 13 only 4 rounded lat/lon points exists on the map. Zoomlevel 13 is the starting zoomlevel when opening the screen.
Zooming further means the whole map is covered by just one rounded coordinate and clicking anywhere will not have an effect.
Panning can be done by clicking at the edges of the map, which will become the new center of the next map.
To do:
- enlarge the big Buienradar screen a bit
- put some helptekst on the lon/lat entry screen
<<edit: attachment removed, final version posted below>>