我在iReport中使用了地图组件。作为默认行为,它从谷歌获取地图
是否可以更改地图服务器网址?(例如,可以使用 geoserver、bing 或 openstreet 服务器)
问问题
1047 次
1 回答
-1
对于图像表达式,应使用 java.net.Url,源将是如下所示的请求
<image>
<reportElement x="0" y="0" width="104" height="40"/>
<imageExpression class="java.net.Url">
<![CDATA["http://localhost:8080/geoserver/wms?request=GetMap&service=WMS&version=1.1.1&layers=topp%3Astates&styles=&srs=EPSG%3A4326&bbox=-14.15104058007,21.731919794922,-57.154894212888,58.961058642578&&width=780&height=330&format=image%2Fpng"]]>
</imageExpression>
</image>
于 2013-10-31T11:21:07.103 回答