Created
June 6, 2016 17:36
-
-
Save curtis-arch/26000ea3a64735a3d4d5ac1135ce83d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"color": "yellow" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.9534262418747, | |
41.85275690667904 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"color": "yellow" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[-87.9557329416275,41.85216553281367], | |
[-87.95467615127563,41.85180191508743], | |
[-87.95454740524292,41.85178593184324], | |
[-87.95444011688232,41.851825889946205], | |
[-87.95368373394012,41.85230138945567], | |
[-87.95302927494049,41.85171400719498], | |
[-87.95207440853119,41.85233735145969], | |
[-87.95198321342468,41.85254912729533], | |
[-87.95204758644104,41.85274491942526], | |
[-87.95215487480164,41.85287278334988], | |
[-87.9523479938507,41.85304060436305], | |
[-87.95265913009644,41.853328296504074], | |
[-87.95277714729309,41.853512099138946], | |
[-87.95280933380126,41.85364795292091], | |
[-87.9538232088089,41.85352009054588], | |
[-87.95422554016113,41.85335227079076], | |
[-87.95481026172638,41.852956693911516], | |
[-87.95530915260314,41.8525970764438], | |
[-87.95559346675873,41.85236132611778], | |
[-87.9557329416275,41.85216553281367] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"color": "green" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.95567393302917, | |
41.85081893814017 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"color": "green" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[-87.9558402299881,41.85201768849299], | |
[-87.95610845088959,41.85168204065871], | |
[-87.95632839202881,41.851154590503434], | |
[-87.95653760433196,41.85039137841251], | |
[-87.95658051967621,41.850055722044495], | |
[-87.95659661293028,41.84978799486925], | |
[-87.95659661293028,41.8496121734282], | |
[-87.95592069625854,41.8497160679745], | |
[-87.95556664466858,41.84979998267719], | |
[-87.95536816120146,41.84993584434337], | |
[-87.9551750421524,41.85009568122829], | |
[-87.95500338077545,41.85040336610737], | |
[-87.95491755008698,41.85061914423059], | |
[-87.95494973659515,41.85072303714145], | |
[-87.95505702495575,41.85081094639576], | |
[-87.95501410961151,41.850898855529266], | |
[-87.9547780752182,41.85107467343384], | |
[-87.95452058315277,41.85122651578071], | |
[-87.95439183712006,41.85133040770511], | |
[-87.95444548130035,41.85145827445735], | |
[-87.954563498497,41.851554174353765], | |
[-87.95470297336577,41.85163409082432], | |
[-87.9558402299881,41.85201768849299] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"color": "red" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.95597434043884, | |
41.849164625761304 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"color": "red" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[-87.95657783746718,41.84943235554547], | |
[-87.95650005340576,41.84888290888309], | |
[-87.95639544725417,41.84865114087577], | |
[-87.95531451702118,41.849296492809955], | |
[-87.95556932687758,41.849516270620306], | |
[-87.95564442873001,41.84955822811646], | |
[-87.9557865858078,41.84955822811646], | |
[-87.95657783746718,41.84943235554547] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment