Skip to content

Instantly share code, notes, and snippets.

@amaseda
Last active January 6, 2016 18:57
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 amaseda/cccf00e502d2995d387c to your computer and use it in GitHub Desktop.
Save amaseda/cccf00e502d2995d387c to your computer and use it in GitHub Desktop.
var featureCollection = {
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-77.0339403, 38.9048542]
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [[-77.119758, 38.934347], [-77.041006, 38.995421]],
          [[-77.041006, 38.995421], [-76.909599, 38.892885]],
          [[-76.909599, 38.892885], [-77.038860, 38.791605]],
          [[-77.038860, 38.791605], [-77.119758, 38.934347]]
        ]
      }
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment