We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64ceef commit f28cbd3Copy full SHA for f28cbd3
docs/src/intro.md
@@ -33,7 +33,7 @@ assert fc.features[0].properties["name"] == "jeff"
33
- `__geo_interface__`: GeoJSON-like protocol for geo-spatial (GIS) vector data ([spec](https://gist.github.com/sgillies/2217756#__geo_interface)).
34
- `has_z`: returns true if any coordinate has a Z value.
35
- `wkt`: returns the Well Known Text representation of the geometry.
36
-- `new`: create a geometry object without providing the `type` information
+- `create`: create a geometry object without providing the `type` information
37
38
##### For Polygon geometry
39
0 commit comments