Merge pull request #883 from jerrysxu/patch-1

Update fields.py
This commit is contained in:
David Bordeynik
2015-02-26 11:38:33 +02:00

View File

@@ -1985,7 +1985,7 @@ class MultiPolygonField(GeoJsonBaseField):
.. code-block:: js
{ "type" : "Polygon" ,
{ "type" : "MultiPolygon" ,
"coordinates" : [[
[[x1, y1], [x1, y1] ... [xn, yn]],
[[x1, y1], [x1, y1] ... [xn, yn]]