Skip to content

Instantly share code, notes, and snippets.

@gavinr
Created February 18, 2014 05:09
Show Gist options
  • Save gavinr/9064959 to your computer and use it in GitHub Desktop.
Save gavinr/9064959 to your computer and use it in GitHub Desktop.
University City MO Ward 2 GeoJSON
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Ward": 2
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90.34453511238098,
38.659928531259965
],
[
-90.34452438354492,
38.66010446483068
],
[
-90.3444492816925,
38.660908727078706
],
[
-90.34424543380737,
38.66125221132809
],
[
-90.3439450263977,
38.66266801925831
],
[
-90.34631609916686,
38.66285232355708
],
[
-90.34588694572449,
38.665792750714246
],
[
-90.34555435180664,
38.66818856505004
],
[
-90.34547924995422,
38.673315003336135
],
[
-90.3350830078125,
38.67209206283747
],
[
-90.32894611358643,
38.67133818499809
],
[
-90.32585620880127,
38.67113714956681
],
[
-90.32362461090088,
38.67050053364344
],
[
-90.3217363357544,
38.669746639044526
],
[
-90.32109260559082,
38.669361312072695
],
[
-90.32010555267334,
38.66850688399841
],
[
-90.31849622726439,
38.66736763070456
],
[
-90.31594276428223,
38.66570897953175
],
[
-90.3127670288086,
38.663731951175826
],
[
-90.31223058700562,
38.663514139629115
],
[
-90.31068563461304,
38.66332983703364
],
[
-90.30813217163086,
38.66307851454815
],
[
-90.30377626419067,
38.66267639673673
],
[
-90.30107259750365,
38.66172135788504
],
[
-90.29776811599731,
38.660615507513604
],
[
-90.29881954193115,
38.658722117989875
],
[
-90.29946327209471,
38.657147047859084
],
[
-90.29969930648804,
38.65547140331351
],
[
-90.31368970870972,
38.6568119220859
],
[
-90.32641410827635,
38.6580686356504
],
[
-90.33274412155151,
38.658872920759976
],
[
-90.34098386764526,
38.65964368551492
],
[
-90.34453511238098,
38.659928531259965
]
]
]
}
}
]
}
@gavinr
Copy link
Author

gavinr commented Feb 18, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment