Hi,
I was trying to convert some geojson to mbtiles with zoom-level setups, noticed some of the geojson like this have string as their feature ID, which tippecanoe warns: Warning: Can't represent non-numeric feature ID "xx"
Wondering is there a way for tippecanoe to use string feature ID directly? before trying to manually cast them to numeric types.
Thanks :)