The image is bouncing around with a holomap. I don’t mind if the map aspect is inaccurate.
I’ve tried manually setting xlim/ylim, aspect, frame_width, frame_height, global_extents, but when I use the bokeh zoom and change the holomap’s selection, it bounces around.
I am not that experienced with geoviews. But if you could be more specific and include a minimal, reproducing code and some screenshot/ gifs it would make it much easier to try to help. And the community would also end up with an improved code and knowledge base.
I think I found the solution: don’t use hvplot if you’re experiencing skewing issues. vanilla geoviews works for me, and also set a frame_width/frame_height. responsive fails for me unfortunately
@hung11 could you elaborate more on this, please?
I’m displaying some hv.Points through hv.DynamicMap overlayed with tile_map. I’m not able to get the calculated xlim and ylim being effective when the frame changes in the DynamicMap.
Unfortunately, building a minimum example is not easy for this one.