close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.admin.web_ui.LoggingAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Mar 6, 2011, 7:14:49 PM (15 years ago)
- Author:
-
Martin Kolman
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
initial
|
v1
|
|
| 7 | 7 | |
| 8 | 8 | * NOTE: continuous zoom, which might be available with the planned clutter based mapview, would be ideal for this |
| | 9 | |
| | 10 | * as no to confuse the users, the automatic zoomlevel switching should be accompanied by a notification - probably in the same style as used for routing/progress progress |
| | 11 | |
| | 12 | * after zooming up/down for the first time, map does not show up instantly, the tiles are loaded from storage or even downloaded from the network |
| | 13 | * so this either has to be faster |
| | 14 | * by using scaled tiles from the previous zoomlevel in place of the "loading" tiles ? |
| | 15 | * or preloading for adjacent zoomlevels is needed |