You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit:
Oops, it's actually working fine with buffer_size = 1 (after reading what going on in #18)
For some reason, genconfig didnt set buffer_size = 1 for this layer.
It set geometry_type = "GEOMETRY" which doesn't works. So I changed to POLYGON but forgot to set buffer_size = 1
Actually, I don't know what's type GEOMETRY. T-rex generate config with this, but then it doesn't know what to do with it: Error converting between Postgres and Rust types: Unknown geometry type GEOMETRY.
It seems that t-rex is incorrectly detecting the geometry_type from postgis.
QGIS detect the geometry_type POLYGON without issue, so I think that my datasource is fine.
Some vector tile creation steps can produce invalid polygons:
See also mapbox/vector-tile-spec#58 (comment) and tilezen/mapbox-vector-tile#42 (comment)
The text was updated successfully, but these errors were encountered: