mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
parent
3a4276ffc3
commit
b47b0211f5
6 changed files with 6 additions and 6 deletions
|
@ -845,7 +845,7 @@ include the SRID value (in other words, EWKB).
|
|||
.. class:: WKBWriter
|
||||
|
||||
``WKBWriter`` provides the most control over its output. By default it
|
||||
returns OGC-compliant WKB when it's ``write`` method is called. However,
|
||||
returns OGC-compliant WKB when its ``write`` method is called. However,
|
||||
it has properties that allow for the creation of EWKB, a superset of the
|
||||
WKB standard that includes additional information.
|
||||
|
||||
|
|
|
@ -194,7 +194,7 @@ Configure, make and install::
|
|||
|
||||
.. note::
|
||||
|
||||
Because GeoDjango has it's own Python interface, the preceding instructions
|
||||
Because GeoDjango has its own Python interface, the preceding instructions
|
||||
do not build GDAL's own Python bindings. The bindings may be built by
|
||||
adding the ``--with-python`` flag when running ``configure``. See
|
||||
`GDAL/OGR In Python`__ for more information on GDAL's bindings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue