[GIS] How to get the elevation of a point in openlayers

apielevationopenlayers-2

I want to know if it is possible to obtain the elevation of a point with some type of control of others. I am painting a linestring with a series of coordinates but I need to know the elevation of every point in order to print a chart. I know that Google has an API for elevation, but I need to use only openlayers.

Note: My baselayer is a google map.

thanks!

Best Answer

There is a lot of good material on the web:

You only need to glue the right pieces together. Hope this helps.

Related Question