Quote:
Originally Posted by stonyarc
Roadmap for the next version 2.5.0
1. integration of the core features that are available in the hotspot edition (HSE).
2. "click and forget" type of setting your marker as available in HSE.
3. Performance.
4. admincp management panel for deletion and edit
5. navigation in admincp
6. tabbed balloon support
7. mouseover support with admincp control (as currently available in HSE)
8. list view of the users with profile links
|
This is awesome, dude. Thanks a lot!
Also, can you please add a scale to the map?
All my users requested this many times. I figured it very easy to do
after all occurences of
Code:
map.addControl(new GMapTypeControl());
add
Code:
map.addControl(new GScaleControl());
Would be nice to have this in standart version, so I do not need to update it every time after upgrade.
Thanks!!!!
|