hungquang_itsyad-yahoo.com
-
8/27/2012 3:16:12 AM
Problem with using Google Map webpart!
Hi, I use GoogleMaps to show my place. This is my code in contact.aspx
<%@ Register Src="~/CMSWebParts/Maps/Documents/GoogleMaps.ascx" TagPrefix="uc1" TagName="GoogleMaps"%>
<uc1:GoogleMaps ID="GoogleMaps" runat="server" Height="420" Width="650" ZoomScale="17" Scale="5" ClassNames="CMS.Office" LatitudeField="OfficeLatitude" LongitudeField="OfficeLongitude" TransformationName="CMS.Office.Preview" ToolTipField="OfficeName" EnableViewState="true" Path="/Contact/%"/>
I create new office in menuitem Contact.My place have latitude: 10.752703 and longitude: 106.634674. This is a place in HoChiMinh - VietNam. However, when display on website, this place is in South American, near Venezuela.
How to fix it?
Thank!
|