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>