Fix small typo
This commit is contained in:
parent
0d01365751
commit
eecbb5ca90
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user