Skip to content

Instantly share code, notes, and snippets.

@rozklad
Created April 6, 2018 10:41
Show Gist options
  • Save rozklad/a2cc7408e406700b14db60197cf23627 to your computer and use it in GitHub Desktop.
Save rozklad/a2cc7408e406700b14db60197cf23627 to your computer and use it in GitHub Desktop.
map.setPaintProperty('countries', 'fill-color', {
property: 'name',
type: 'categorical',
stops: getColorStops(geoData),
default: '#116474',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment