We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48f90f commit 01c2597Copy full SHA for 01c2597
Changelog
@@ -6,6 +6,11 @@ version 1.0.8 (not yet released)
6
ability to fill counties with specified matplotlib color argument.
7
* fix drawgreatcircle bug so that lines exiting and reentering a projection
8
region don't draw horizontally across the map.
9
+* on non-windows platforms, only link against libgeos C API (and not against
10
+ C++ API anymore; issue 140). This is recommended by the authors/maintainers
11
+ of GEOS. Also, this means that on e.g. Debian Linux, basemap can now be
12
+ installed from source simply using 'pip install basemap' when the libgeos
13
+ packages are installed globally using the package management.
14
15
version 1.0.7 (git tag v1.0.7rel)
16
---------------------------------
0 commit comments