Skip to content

Instantly share code, notes, and snippets.

@natevw
Created January 26, 2012 07:48
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 natevw/1681582 to your computer and use it in GitHub Desktop.
Save natevw/1681582 to your computer and use it in GitHub Desktop.
Sample geocreature "drawing" data for https://github.com/simplegeo/polymaps/issues/111
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": null,
"geometry": {
"type": "GeometryCollection",
"geometries": [
{
"type": "Point",
"coordinates": [
-119.3360464554766,
46.22470983309199
]
},
{
"type": "Point",
"coordinates": [
-119.3213552293924,
46.22500022826497
]
},
{
"type": "LineString",
"coordinates": [
[
-119.3361479007549,
46.21856501116443
],
[
-119.3318297086722,
46.21740307776008
],
[
-119.3217749787091,
46.21899841584525
]
]
},
{
"type": "Polygon",
"coordinates": [
[
[
-119.3434620267381,
46.22800088843638
],
[
-119.3147791567643,
46.22780730240731
],
[
-119.3189766499312,
46.21541637647218
],
[
-119.3402439486435,
46.21435140078708
],
[
-119.3434620267381,
46.22800088843638
]
]
]
}
]
}
},
{
"type": "Feature",
"properties": null,
"geometry": {
"type": "GeometryCollection",
"geometries": [
{
"type": "Point",
"coordinates": [
-119.3395730911663,
46.24124837104492
]
},
{
"type": "Point",
"coordinates": [
-119.3154654577164,
46.2409317865293
]
},
{
"type": "LineString",
"coordinates": [
[
-119.3391153512907,
46.22784469501059
],
[
-119.336979231871,
46.23544403134224
],
[
-119.3404885709176,
46.24293679094322
]
]
},
{
"type": "LineString",
"coordinates": [
[
-119.3143973980066,
46.24198706114402
],
[
-119.3218738159752,
46.23491633365069
],
[
-119.3197376965556,
46.22752803316214
]
]
}
]
}
},
{
"type": "Feature",
"properties": null,
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-119.3359111721611,
46.21528237407577
],
[
-119.3241625153533,
46.21591583721806
],
[
-119.3237047754776,
46.20936969904153
],
[
-119.3359111721611,
46.20979205408253
],
[
-119.3359111721611,
46.21528237407577
]
]
],
[
[
[
-119.34231953042,
46.21158702677459
],
[
-119.3151602977992,
46.21158702677459
],
[
-119.3149606083474,
46.198919648686
],
[
-119.3428383563911,
46.19789734659835
],
[
-119.34231953042,
46.21158702677459
]
]
],
[
[
[
-119.3428383563911,
46.2010919774703
],
[
-119.3145913666515,
46.20224199911482
],
[
-119.3153298500434,
46.18537260242925
],
[
-119.3446845648708,
46.18588387234868
],
[
-119.3428383563911,
46.2010919774703
]
]
]
]
}
},
{
"type": "Feature",
"properties": null,
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-119.3197607503947,
46.18677858326555
],
[
-119.31200667478,
46.17680812440457
],
[
-119.3195761295468,
46.1747626785839
],
[
-119.3232685465062,
46.18498914686887
],
[
-119.3197607503947,
46.18677858326555
]
]
],
[
[
[
-119.3356381433203,
46.18498914686887
],
[
-119.3406229062155,
46.18626732166749
],
[
-119.3505924320059,
46.17527404717177
],
[
-119.3424691146952,
46.17425130524089
],
[
-119.3356381433203,
46.18498914686887
]
]
]
]
}
},
{
"type": "Feature",
"properties": null,
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-119.314974808444,
46.20829662269273
],
[
-119.2977419424986,
46.20990819490777
],
[
-119.2963446830976,
46.20700733087637
],
[
-119.3166049444118,
46.20555684141075
],
[
-119.314974808444,
46.20829662269273
]
]
],
[
[
[
-119.3408241073622,
46.20523450521716
],
[
-119.3415227370627,
46.20813546287062
],
[
-119.3594542327086,
46.21135856947373
],
[
-119.3613172452432,
46.20813546287062
],
[
-119.3408241073622,
46.20523450521716
]
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment