felt / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
875 stars 76 forks source link

Fix a bug when reading MultiLineString from .fgb file #241

Open RizkiAlhamid opened 1 month ago

RizkiAlhamid commented 1 month ago

The if statement for MultiLineString in readGeometry uses h_geometry_type instead of the updated geometry_type. This causes error when reading a MultiLineString.