Portal Engine
Version 3.x > Portal Engine > Google Maps Webpart View modes: 
User avatar
Member
Member
Darren - 2/17/2009 5:44:35 AM
   
Google Maps Webpart
Is it possible to change the icon that is used to plot out co-ordinates to something else? When creating customs maps from within Google you can have all sorts of different icons, for example a bed to represent a hotel.

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 2/19/2009 6:23:51 AM
   
RE:Google Maps Webpart
Hi,

You will need to modify the google maps web part and add your custom code to generate your custom markers as described here: http://code.google.com/apis/maps/documentation/overlays.html#Icons_overview.

you need to modify this file \CMSWebParts\GoogleServices\GoogleMaps.ascx.cs and the markers are generated around line 840. I hope this is what you need.


Best Regards,
Juraj Ondrus