mirror of https://github.com/django/django.git
Updated link to GEOS C API header.
This commit is contained in:
parent
681f7e2b13
commit
af8dbbe0d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue