diff --git a/README.md b/README.md index a8c1962..64a89c3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ following keys - `name`: layer name - `features`: an array of features. A feature is a dictionary with the following keys: - - `geometry`: representation of the feature geometry in WKT, WKB, or a shapely geometry. Coordinates are relative to the tile, scaled in the range `[0, 4096)`. See below for example code to perform the necessary transformation. _Note_ that `GeometryCollection` types are not supported, and will trigger a `ValueError`. - `properties`: a dictionary with a few keys and their corresponding values.