From a88f1e84e35c6d365d858f4b0f60ce83f9e5067c Mon Sep 17 00:00:00 2001 From: Robert Marianski Date: Sun, 6 Jul 2025 12:41:05 -0400 Subject: [PATCH] Fix prettier issue Attempt to fix prettier issue: https://github.com/tilezen/mapbox-vector-tile/actions/runs/16100524216/job/45429049952#annotation:4:151 --- README.md | 1 - 1 file changed, 1 deletion(-) 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.