ibrahimyilmaz
ibrahimyilmaz

Reputation: 18889

Map API for Java Swing

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?

Upvotes: 10

Views: 9119

Answers (4)

Jacques
Jacques

Reputation: 11

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.

Upvotes: 1

Unai Vivi
Unai Vivi

Reputation: 3101

A little late, but here is a solution:

Slippy maps for Java Swing GUIs: SwingX-WS

Upvotes: 2

Feras Odeh
Feras Odeh

Reputation: 9296

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

Upvotes: 6

Chris
Chris

Reputation: 7855

You could use this mappanel in Swing:

http://mappanel.sourceforge.net/

This is completely open source.

together with openstreetmap.org maps.

Upvotes: 4

Related Questions