Basemap + Bokeh

Is there anyway to use basemap toolkit together with Bokeh?

I’d like to plot some points on a world map. Right now I am saving the Basemap as an image and importing it with image_rgba and scattering points over it. A bit far from ideal but it works, apart from having to manually calculate its position on the image. Coords->Map Proj Coords-> Normalize to Width x Height of Image.

I’ve also managed to get a Google Maps example running but apart from the coarse (euphemism for wrong) representation of the points on small zoom levels (I am interested in world view), I’ll be adding some heat maps eventually which will not work on the Google Maps case.

Any ideas or is there any basemap integration in Bokeh?

Thanks and keep up the good work