After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729404 - Add elevation support to gnome-maps
Add elevation support to gnome-maps
Status: RESOLVED FIXED
Product: gnome-maps
Classification: Applications
Component: general
3.15.x
Other Linux
: Normal enhancement
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2014-05-02 14:56 UTC by Paolo Leoni
Modified: 2016-02-14 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add altitude to searchResultBubbles (1.87 KB, patch)
2015-01-17 20:56 UTC, Jonas Danielsson
none Details | Review
Add altitude to searchResultBubbles (1.87 KB, patch)
2015-01-17 21:04 UTC, Jonas Danielsson
none Details | Review
Add divise flag to prettyDistance (1.93 KB, patch)
2015-01-17 21:04 UTC, Jonas Danielsson
none Details | Review
Add altitude to searchResultBubbles (1.87 KB, patch)
2015-01-17 21:04 UTC, Jonas Danielsson
none Details | Review
Add altitude to searchResultBubbles (1.71 KB, patch)
2015-01-17 21:08 UTC, Jonas Danielsson
none Details | Review
Add altitude to searchResultBubbles (1.50 KB, patch)
2015-01-17 21:09 UTC, Jonas Danielsson
none Details | Review

Description Paolo Leoni 2014-05-02 14:56:51 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).
Comment 1 Jonas Danielsson 2015-01-17 14:42:40 UTC
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.
Comment 2 Jonas Danielsson 2015-01-17 20:56:56 UTC
Created attachment 294754 [details] [review]
Add altitude to searchResultBubbles

Use the OpenStreetMap 'ele' tag, if available.
Comment 3 Jonas Danielsson 2015-01-17 21:04:08 UTC
Cast: https://www.youtube.com/watch?v=OfWVRAjNzNw&feature=youtu.be
Comment 4 Jonas Danielsson 2015-01-17 21:04:23 UTC
Created attachment 294756 [details] [review]
Add altitude to searchResultBubbles

Use the OpenStreetMap 'ele' tag, if available.
Comment 5 Jonas Danielsson 2015-01-17 21:04:36 UTC
Created attachment 294757 [details] [review]
Add divise flag to prettyDistance

If set to true divise into miles / kilometers.
Comment 6 Jonas Danielsson 2015-01-17 21:04:41 UTC
Created attachment 294758 [details] [review]
Add altitude to searchResultBubbles

Use the OpenStreetMap 'ele' tag, if available.
Comment 7 Jonas Danielsson 2015-01-17 21:08:13 UTC
Created attachment 294759 [details] [review]
Add altitude to searchResultBubbles

Use the OpenStreetMap 'ele' tag, if available.
Comment 8 Jonas Danielsson 2015-01-17 21:09:03 UTC
Created attachment 294760 [details] [review]
Add altitude to searchResultBubbles

Use the OpenStreetMap 'ele' tag, if available.
Comment 9 Jonas Danielsson 2016-02-14 20:43:30 UTC
Finally merged.