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?
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?
You could use this mappanel in Swing:
http://mappanel.sourceforge.net/
This is completely open source.
together with openstreetmap.org maps.
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.
Try Geotools, it has a good API and tools for geospatial data.
A little late, but here is a solution:
Slippy maps for Java Swing GUIs: SwingX-WS