Reputation: 11
Good afternoon, I have in my application a map of google, which was implemented using the gmap component of PrimeFaces. Would you like to know if there is a possibility of sending an image of this map to the Jasper Report?
Here is an example of the map:
<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>
Upvotes: 1
Views: 54