| Stratgie |
Description |
Problem |
| Snap timeing | At the moment the map snaps 300ms after the the last zoom action |
The user does not expect that behaviour |
| Snap direction | If the user zooms IN it would be better to snap to the next higher zoomlevel. If the user zooms OUT the map should snap zo the next lower zoomlevel |
The map will be resized by factor 2 in worst case |
Animated snap |
If the user stops zooming, the map should start an automated zoom to the next zoom level. (like google) |
The user feels not to have control over zoom |
| Manual snap |
The user hit the [enter] key to snap |
Only for expirienced users |
| Vector data |
It would be possible to build the map with vector data using SVG |
Too much data, server too slow, client too slow |
| bilinear resize in browser |
If browsers learn to zoom better, the problem is solved |
Browsers like firefox, explorer can't do that |