• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Openstreetmap for Java - Swing application

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am very new to OpenStreetMap. At this time, I am developing a Java Swing Application that uses OpenStreetMap data. My ideas are that I will download OpenStreetMap data from a tile server (format images) which is specified by longitude and latitude, integrated in a JPanel. After that, I embedded this Panel in a OverviewJFrame. Next, I will do the routing base on this map, right click to choose start end and finish end, draw a shortest line between them.
However, I am very new to this domain and I have never done it before. I post this topic to ask all of you a favor. Could you give me some useful advice please? What should I start to do now? Do you have any examples or some think like that which I can learn quickly. Thank you very much.
My email address is tthanh.doan@gmail.com
Cheers.
 
Ranch Hand
Posts: 4632
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
> Could you give me some useful advice please?

identify the specific problem/s you have
post each problem in a separate topic
post the code you've tried
let us know what you expect the code to do Vs what it actually does

most times, when posting 'the code you've tried', you will get quicker
solutions if you create/post a stand-alone program based on that problem
i.e. it includes no code unrelated to the problem = SSCCE
 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Thanh, and welcome to the Ranch! Please BeForthrightWhenCrossPostingToOtherSites
http://forum.openstreetmap.org/viewtopic.php?id=17097
http://stackoverflow.com/questions/11127852/openstreetmap-routing-java-swing-application
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic