问题
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?
回答1:
Try Geotools, it has a good API and tools for geospatial data.
回答2:
You could use this mappanel in Swing:
http://mappanel.sourceforge.net/
This is completely open source.
together with openstreetmap.org maps.
回答3:
A little late, but here is a solution:
Slippy maps for Java Swing GUIs: SwingX-WS
回答4:
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.
来源:https://stackoverflow.com/questions/5216881/map-api-for-java-swing