Hans Klaufus

Results 2 issues of Hans Klaufus

Hi, Linking from one markdown file to an other markdown file on the filesystem (eg. `[Link to other note](./Note2.md)` does correctly create the link, however clicking the link does not...

### Description Using `vAxes = cartopy.mpl.geoaxes.GeoAxes(projection=ccrs.Mercator())` throws `KeyError`: ``` File "/usr/lib64/python3.10/site-packages/cartopy/mpl/geoaxes.py", line 410, in __init__ self.projection = kwargs.pop('map_projection') KeyError: 'map_projection' ``` Note that the following _does_ work: ``` vAxes =...