Skip to content

Instantly share code, notes, and snippets.

@isaacarroyov
Created April 5, 2021 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacarroyov/a1e582104892e563998c6cf5d00d0a1e to your computer and use it in GitHub Desktop.
Save isaacarroyov/a1e582104892e563998c6cf5d00d0a1e to your computer and use it in GitHub Desktop.
style_function = lambda feature: {
'fill_color': COLOUR_FUNCTION(feature),
'fillOpacity': 0.95,
'color': 'black' #contour colour,
'weight': 1 #tickness of the colour
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment