A pesar de solo poner un gmap en la pagina, el codigo fuente es inmensamente largo, supongo que el framework lo habra añadido pero no se ve por alguna razon:
mi index.xhtml es este:
Código HTML:
<?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:ace="http://www.icefaces.org/icefaces/components" xmlns:ac="http://www.icefaces.org/icefaces/core" > <h:head> <title>Facelet Title</title> </h:head> <h:body> Hello from Facelets <br /><br/><br/> <ace:gMap latitude="46" longitude="-0.46" rendered="true" style="width:500px;height:420px; border: solid black 1px" id="mapa"> <ace:gMapMarker latitude="42.56" longitude="-0.46" rendered="true"/> </ace:gMap>sss </h:body> <script type="text/javascript"> var widget = ice.ace.instance("mapa"); </script> </html>
Código HTML:
<context-param> <param-name>org.icefaces.ace.gmapKey</param-name> <param-value>.................</param-value> //aqui he puesto mi api key </context-param>
un saludo y gracias