Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created December 27, 2014 14:34
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 anonymous/c250d602d1e7fe6d3655 to your computer and use it in GitHub Desktop.
Save anonymous/c250d602d1e7fe6d3655 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-117.7656797176,
35.2420721325
],
[
-117.766565557,
35.2429646794
],
[
-117.7675000712,
35.2429532681
],
[
-117.7661768866,
35.2415486409
],
[
-117.7661640858,
35.2415341862
],
[
-117.765523769,
35.2419167046
],
[
-117.7656797176,
35.2420721325
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.58,
35.32
],
[
-118.58,
35.3
],
[
-118.68,
35.3
],
[
-118.68,
35.32
],
[
-118.58,
35.32
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment