Background
The python library geoviews (http://geoviews.org/) uses bokeh as a backend when interactive plotting geographical data is required.
Typically data on a latitude/longitude grid is converted to a Web Mercator projection and displayed using bokeh.
The Issue
When using the hover tool on data transformed in to Web Mercator format, the user is shown the transformed values for latitude/longitude rather than the original latitude/longitude values.
Attached is an image that shows this issue

There have some discussions on how to solve this issue at holoviz/geoviews#100 and it seems the consensus would be that the nicest way to solve the problem would be if a custom formatter could be applied to the hover tool.
This would allow the Web Mercator transformed data could be transformed back to latitude/longitude values when displayed by the hover tool.
As this feature does not already exist I expect that it may be a niche issue relating to geoviews, however would adding a custom formatter to the hover tool be something you would be willing to consider?
Background
The python library geoviews (http://geoviews.org/) uses bokeh as a backend when interactive plotting geographical data is required.
Typically data on a latitude/longitude grid is converted to a Web Mercator projection and displayed using bokeh.
The Issue
When using the hover tool on data transformed in to Web Mercator format, the user is shown the transformed values for latitude/longitude rather than the original latitude/longitude values.
Attached is an image that shows this issue
There have some discussions on how to solve this issue at holoviz/geoviews#100 and it seems the consensus would be that the nicest way to solve the problem would be if a custom formatter could be applied to the hover tool.
This would allow the Web Mercator transformed data could be transformed back to latitude/longitude values when displayed by the hover tool.
As this feature does not already exist I expect that it may be a niche issue relating to geoviews, however would adding a custom formatter to the hover tool be something you would be willing to consider?