Member Login

Resources

Developers Blog
GMapsPRO Demo
Bug Tracker
-----------------------------------
GMaps Community Forums
GMaps Subscriber Forums
-----------------------------------
Google Maps API Reference
Google Maps Group Forum

Who's Online

We have 29 guests online

Affiliates



Community Forums

NOTE: Subscribers, please post in the SUBSCRIBER FORUMS - NOT IN THE COMMUNITY FORUMS

homepost replythreaded viewruleshelp
 
Gippa
Junior Boarder
 
Edit marker with Hybrid Map - 2007/11/26 01:44
hi in my websute I use gmaps_pro 0_2_9
How can I edit a new marker in the admin form viewing the hybrid map instead the Normal Map?

Is it possible changing some parameters in the code?

Thanks
The administrator has disabled public write access.

cs1559
Admin
 
Re:Edit marker with Hybrid Map - 2007/11/26 02:50
Yes. There is a class in the classes folder called markerguieditor.class.php. Inside that file, in a function called MarkerGuiEditor, you will see the following line of code:

Code:

 $props->set('maptype','Normal');



You can change this to 'Hybrid' and I believe that should do it.

Chris
The administrator has disabled public write access.