You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locationmode right now only accepts these 3 options: "ISO-3" | "USA-states" | "country names"
I want to make choropleth maps for different countries on provinces level, as equivalent to locationmode: "USA-states". Instead of defining a new locationmode for every country, like "BRA-states" or "ESP-states" maybe it would be better to define a new generic one calles "province" and afterwards define the country using locations option.