Since plotting using cartopy uses a custom matplotlib Axes class to display geographic projection a lot of the code to set various axis options (e.g. ticking, labels, ranges) in HoloViews does not work correctly. We should either find a way to make the existing code in HoloViews compatible with the custom axes or reimplement it in the GeoPlotclass in this repository. The former would be preferable since the latter would also require overriding the behavior of the HoloViews OverlayPlot somehow.