problem with Google Map (gMap) Component
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
problem with Google Map (gMap) Component  XML
Forum Index -> Components
Author Message
Amr_Abdelkader

Joined: 24/07/2009 00:00:00
Messages: 2
Offline


i develop an application that use gMap component and geocode KML file added to this map by <ice:gMapGeoXml url="xxxx.kml"/> but the nothing of this kml file appear in the map so what's problem????

the code:
======
Code:
<ice:panelGroup draggable="true">
                             <ice:gMap styleClass="iceGmpMapTd" latitude="50.5001262" longitude="9.6912457" style="height: 700px; width: 600px" zoomLevel="16" type="Hybrid">
 					<ice:gMapControl name="GLargeMapControl"/>
 					<ice:gMapControl name="GScaleControl"/>
 					<ice:gMapControl name="GMapTypeControl"/>
 					<ice:gMapControl name="GOverviewMapControl"/>
 					<ice:gMapMarker>
 						<ice:gMapLatLng latitude="50.5001262" longitude="9.6912457"/>
                                         </ice:gMapMarker>
                                         <ice:gMapGeoXml  url="http://localhost:8084/GoogleMap_ICEfaces/testkml.kml"/>
                             </ice:gMap>
 
                         </ice:panelGroup>
 
Forum Index -> Components
Go to:   
Powered by JForum 2.1.7ice © JForum Team