1

I am looking into building an application in Java that requires a very light weight interactive map. Worldwind is definitely too heavy for this application, I'm leaning towards openmap but what other well supported alternatives are there? I'd prefer something even more light weight than openmap.

z -
  • 7,130
  • 3
  • 40
  • 68
  • possible duplicate of [Displaying location on a world map](http://stackoverflow.com/questions/5841747/displaying-location-on-a-world-map) – trashgod May 20 '11 at 19:01
  • I disagree, the other question doesn't specify the lightweight requirement. – z - May 21 '11 at 00:11
  • It may help to clarify the definition of "lightweight" in this context. – trashgod May 21 '11 at 00:42

1 Answers1

1

JMapViewer works as advertised. See also this answer.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045
  • can you post more information such as what are the processing requirements, how light weight is that package? And is there any detailed documentation? – z - May 21 '11 at 00:12
  • I see ~3096 KiB, but you'll need to judge for yourself. – trashgod May 21 '11 at 00:21