Merge pull request #2149 from AliMirlou/patch-1

Fix small typo
This commit is contained in:
erdenezul 2019-08-21 11:04:20 +02:00 committed by GitHub
commit 99a58d5c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2291,7 +2291,7 @@ class LineStringField(GeoJsonBaseField):
.. code-block:: js .. code-block:: js
{'type' : 'LineString' , {'type' : 'LineString' ,
'coordinates' : [[x1, y1], [x1, y1] ... [xn, yn]]} 'coordinates' : [[x1, y1], [x2, y2] ... [xn, yn]]}
You can either pass a dict with the full information or a list of points. You can either pass a dict with the full information or a list of points.