Updated link to GEOS C API header.

This commit is contained in:
Sergey Fedoseev 2019-10-21 18:25:49 +05:00 committed by Mariusz Felisiak
parent 681f7e2b13
commit af8dbbe0d5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def load_geos():
# Getting the GEOS C library. The C interface (CDLL) is used for
# both *NIX and Windows.
# See the GEOS C API source code for more details on the library function calls:
# http://geos.refractions.net/ro/doxygen_docs/html/geos__c_8h-source.html
# https://geos.osgeo.org/doxygen/geos__c_8h_source.html
_lgeos = CDLL(lib_path)
# Here we set up the prototypes for the initGEOS_r and finishGEOS_r
# routines. These functions aren't actually called until they are