How to display the distribution of lineages on a world map in auspice using the nextstrain build pipeline?

Good afternoon! I am trying to run the ncov pipeline, but for some reason I do not see a world map with my samples in the results. I have added all the necessary information (region, country, division, location) to the custom.metadata.tsv file, and according to the instructions Workflow config file guide — SARS-CoV-2 Workflow documentation
I have made changes to the defaults/lat_longs.tsv and color_ordering.tsv files.

I run the program as follows:
nextstrain build . --configfile ncov-tutorial/
I would appreciate your help!

The configuration file is identical to the one presented in Run using custom data — SARS-CoV-2 Workflow documentation

Hi @magletdinov,

The map display is controlled by the Auspice config. If you’re using the ncov-tutorial/custom-data.yaml config, then you will need to update the ncov-tutorial/auspice-config-custom-data.json file by adding a geo_resolutions list similar to the default config.

Best,
Jover