• 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

Getting altitude using web service

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am developing an application which displays map using Google Map API.
I am also drawing a path using polyline function. Now I have to get altitudes of cartian locations on the path. Google map API directly doesnt provide anything for this. One must use web services like
http://ws.geonames.org/srtm3?lat=50.01&lng=10.2&style=full
I dont know anything about usage of this kind of web services.
Can somebody tell me how can I embed this web service in my jsp to get the result.
Actually I will use the result returned for plotting a graph. So I am thinking of sending latitude and longitude in batch to get the altitudes in batch.
Can anybody tell me is there any web service for this? And also hoe to use it in jsp.

Thanks in advance.

Aniketto
 
My favorite is a chocolate cupcake with white frosting and tiny ad sprinkles.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic