This commit is contained in:
otrofimov
2019-08-29 11:48:07 +03:00
22 changed files with 91 additions and 156 deletions

View File

@@ -2291,7 +2291,7 @@ class LineStringField(GeoJsonBaseField):
.. code-block:: js
{'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.