If new styles are added to Snazzy Maps, the style feature collection will need to be manually updated. Follow these steps to rebuild and ingest the new styles safely.
Note: This guide is just a reference for the maintainer of snazzy or users looking to set up a fully independent clone.
pip install -r scripts/requirements.txtto install script dependencies.python -m scripts.updateto download all styles from Snazzy Maps to a local CSV (data/snazzy_styles.csv).python -m scripts.ingestto upload the new styles to an Earth Engine asset. The script will walk you through the process of replacing the old styles.- Run
snazzy:tests/testin the code editor and confirm that all tests pass.