Open denkar23 opened 3 years ago
Is there an option to suppress the generator_options metadata when running the Tippecanoe command? Can this be suppressed or set to null? Would also like the option for the generator metadata too if possible.
There is not an option to turn it off, but you can use the sqlite3 command to open the mbtiles file and do
sqlite3
mbtiles
delete from metadata where name='generator_options';
to remove it from the metadata table afterward.
Is there an option to suppress the generator_options metadata when running the Tippecanoe command? Can this be suppressed or set to null? Would also like the option for the generator metadata too if possible.