Jasper报告 - gmap PrimFaces

时间:2018-01-09 17:29:34

标签: java jasper-reports gmaps4rails

下午好,我在我的应用程序中有一张谷歌地图,它是使用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>

0 个答案:

没有答案