-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtracker.txt
More file actions
14 lines (12 loc) · 817 Bytes
/
tracker.txt
File metadata and controls
14 lines (12 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FEATURE REQUESTS:
* Deferred initialization of engine. Don't initialize all engines on startup, initialize an engine on the engine select.
* Add ability to customize switch controls: style, position, using own implementation.
* Add wrapper to handle map events.
* addEngine and selectEngine not only by the Engine object, but also but its codename: mw.selectEngine('yandex')
* Rename all really private variables (which won't be needed by Engine implementators or else) to something less obvious: add "_" before the name.
* Add event: selecting another engine.
* Zoom: don't pass zoom value directly: convert it using the maxZoom property.
BUGS AND CLEANINGS:
* Remove engine_interface.js - but preserve comments in engine.js.
DONE:
0.5 - Make MapWrapper interface more expandable to let user select its own engine.