Skip to content

Instantly share code, notes, and snippets.

@rclark
Created January 22, 2014 01:25
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 rclark/39b85940b448cc07694c to your computer and use it in GitHub Desktop.
Save rclark/39b85940b448cc07694c to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"geo": "{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-111.11572265625,36.26199220445664],[-111.11572265625,36.5978891330702],[-110.6982421875,36.5978891330702],[-110.6982421875,36.26199220445664],[-111.11572265625,36.26199220445664]]]}}",
"name": "left eye"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-111.11572265625,
36.26199220445664
],
[
-111.11572265625,
36.5978891330702
],
[
-110.6982421875,
36.5978891330702
],
[
-110.6982421875,
36.26199220445664
],
[
-111.11572265625,
36.26199220445664
]
]
]
}
},
{
"type": "Feature",
"properties": {
"geo": "{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-110.3466796875,36.12900165569652],[-110.3466796875,36.686041276581925],[-109.786376953125,36.686041276581925],[-109.786376953125,36.12900165569652],[-110.3466796875,36.12900165569652]]]}}",
"name": "right eye"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-110.3466796875,
36.12900165569652
],
[
-110.3466796875,
36.686041276581925
],
[
-109.786376953125,
36.686041276581925
],
[
-109.786376953125,
36.12900165569652
],
[
-110.3466796875,
36.12900165569652
]
]
]
}
},
{
"type": "Feature",
"properties": {
"geo": "{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-110.85205078124999,36.10237644873644],[-110.5224609375,36.03133177633189],[-110.302734375,35.99578538642032],[-109.808349609375,35.98689628443791],[-109.676513671875,35.99578538642032],[-109.984130859375,35.808904044068626],[-110.577392578125,35.639441068973916],[-110.91796875,35.68407153314097],[-111.302490234375,35.85343961959182],[-110.85205078124999,36.10237644873644]]]}}",
"name": "mouth"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-110.85205078124999,
36.10237644873644
],
[
-110.5224609375,
36.03133177633189
],
[
-110.302734375,
35.99578538642032
],
[
-109.808349609375,
35.98689628443791
],
[
-109.676513671875,
35.99578538642032
],
[
-109.984130859375,
35.808904044068626
],
[
-110.577392578125,
35.639441068973916
],
[
-110.91796875,
35.68407153314097
],
[
-111.302490234375,
35.85343961959182
],
[
-110.85205078124999,
36.10237644873644
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment