Map API for Java Swing

2020-03-01 10:25发布

I want to visualise the geographic map in the swing application. I found only swingx map api.

Do you know other open-source map api?

4条回答
Deceive 欺骗
2楼-- · 2020-03-01 10:53

You could use this mappanel in Swing:

http://mappanel.sourceforge.net/

This is completely open source.

together with openstreetmap.org maps.

查看更多
一纸荒年 Trace。
3楼-- · 2020-03-01 10:54

hey have a look at SVG Batik of Apache at http://xmlgraphics.apache.org/batik/ . I built an interactive game with svg file for country location on an african map.

Hope this helps.

查看更多
孤傲高冷的网名
4楼-- · 2020-03-01 10:56

Try Geotools, it has a good API and tools for geospatial data.

查看更多
兄弟一词,经得起流年.
5楼-- · 2020-03-01 11:08

A little late, but here is a solution:

Slippy maps for Java Swing GUIs: SwingX-WS

查看更多
登录 后发表回答