下午好,我在我的应用程序中有一张谷歌地图,它是使用PrimeFaces的gmap组件实现的。您是否想知道是否有可能将此地图的图像发送到Jasper报告?
以下是地图的示例:
<p:tab title="Mapa" closable="false">
<p:gmap id="gmap"
center="#{trajetoController.latitudeInicial} ,
#{trajetoController.longitudeInicial}"
zoom="10" type="HYBRID" style="width:100%;height:600px"
model="#{trajetoController.rotaModel}">
</p:gmap>
</p:tab>