GNOME Bugzilla – Bug 729404
Add elevation support to gnome-maps
Last modified: 2016-02-14 20:43:30 UTC
OpenStreetMap can give elevation informations through tag "ele". It would be great if user can know elevation (in ft or mt) of a certain point on the map with a simple click (when available).
As we know get additional meta data using the Overpass API we could no include this as well. Any objections from anyone? If you want to give it a go Paolo, then check the overpass.js and place.js source files for adding the information. And the searchResultBubble.js for presentation.
Created attachment 294754 [details] [review] Add altitude to searchResultBubbles Use the OpenStreetMap 'ele' tag, if available.
Cast: https://www.youtube.com/watch?v=OfWVRAjNzNw&feature=youtu.be
Created attachment 294756 [details] [review] Add altitude to searchResultBubbles Use the OpenStreetMap 'ele' tag, if available.
Created attachment 294757 [details] [review] Add divise flag to prettyDistance If set to true divise into miles / kilometers.
Created attachment 294758 [details] [review] Add altitude to searchResultBubbles Use the OpenStreetMap 'ele' tag, if available.
Created attachment 294759 [details] [review] Add altitude to searchResultBubbles Use the OpenStreetMap 'ele' tag, if available.
Created attachment 294760 [details] [review] Add altitude to searchResultBubbles Use the OpenStreetMap 'ele' tag, if available.
Finally merged.