Skip to content

Instantly share code, notes, and snippets.

@dahal
Last active August 29, 2015 14:22
Show Gist options
  • Save dahal/4570bdbd5ada12885e67 to your computer and use it in GitHub Desktop.
Save dahal/4570bdbd5ada12885e67 to your computer and use it in GitHub Desktop.
San Francisco County Geo JSON
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","properties":{"kind":"state","state":"CA"},"features":[
{"type":"Feature","properties":{"kind":"county","name":"San Francisco","state":"CA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.4281,37.7068],[-122.5048,37.7068],[-122.5158,37.7835],[-122.4062,37.8108],[-122.3569,37.7287],[-122.3898,37.7068]]]]}}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment