How to use:
click any country on map will open a link in a new tab, shows details of info.
click here to open in a new tab with full view
Mapbox-Style : fill-color formula
[
"step",
["to-number", ["get", "Rank2019"]],
"#FFFFFF",
16, "#e6ee9c",
44, "#009688",
110, "#d84315",
162, "#000000"
]
Knowing issue,
- when mouse over polygon, highlighted polygon may show part of whole polygon, due to mapbox vector tile cut big polygon into many tiles.
- Geojson version does not have such issue,but it will consume much more data.
GeoJson Version (22MB) mapbox-style