Google Maps
Posted: Wed Oct 08, 2008 11:52 am
A few days ago i found some great stuff regarding the Google Maps here
http://www.codeproject.com/KB/custom-co ... ntrol.aspx.
Just for fun i tried to make it work with AbleCommerce and with a little effort i made it. I think it may be useful for some community members so i am posting it here. After installing the attached package all you need is to apply the GMAP scriptlet available in content section and specify your longitude latitude information as a pushpin in the Pushpin property. For example i just use the info available with the sample from the link above
You can specify multiple Pushpins by just providing a "|" bar as separation. There are many other samples available at the link i posted above, i just created a user control for one of them.
[Screen Shot]
http://www.codeproject.com/KB/custom-co ... ntrol.aspx.
Just for fun i tried to make it work with AbleCommerce and with a little effort i made it. I think it may be useful for some community members so i am posting it here. After installing the attached package all you need is to apply the GMAP scriptlet available in content section and specify your longitude latitude information as a pushpin in the Pushpin property. For example i just use the info available with the sample from the link above
Code: Select all
[[ConLib:GMAP CenterPoint="1, 43.66619, -79.44268" Pushpins="1, 43.65669, -79.45278|2, 43.66619, -79.44268|3, 43.67689, -79.43270" Width="100%" Height="600px"]]
[Screen Shot]