Skip to content

Instantly share code, notes, and snippets.

@morganherlocker
Last active August 29, 2015 14:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morganherlocker/10debd2817aad03c8463 to your computer and use it in GitHub Desktop.
Save morganherlocker/10debd2817aad03c8463 to your computer and use it in GitHub Desktop.
geojson legend
{
"type": "FeatureCollection",
"features": [...],
"legend": {
"title": "Population Quantiles",
"symbols": [
{"from": 0, "to": 10, "color": "ffffff", "symbol": "square"},
{"from": 10, "to": 50, "color": "cffff1", "symbol": "square"},
{"from": 50, "to": 80, "color": "afff33", "symbol": "square"}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment