Skip to content

Instantly share code, notes, and snippets.

@ezeakeal-ps
Created May 25, 2017 14:02
Show Gist options
  • Select an option

  • Save ezeakeal-ps/4656fb94f5dee38ca88824706f2010b9 to your computer and use it in GitHub Desktop.

Select an option

Save ezeakeal-ps/4656fb94f5dee38ca88824706f2010b9 to your computer and use it in GitHub Desktop.
A region over waterford in GeoJson format
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-7.305908203125,
52.20424032262008
],
[
-6.4984130859375,
52.20424032262008
],
[
-6.4984130859375,
52.62306005822959
],
[
-7.305908203125,
52.62306005822959
],
[
-7.305908203125,
52.20424032262008
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment