Skip to content

Instantly share code, notes, and snippets.

@MattFerraro
Created October 9, 2018 01:47
Show Gist options
  • Save MattFerraro/227c13924f60288caaf970cd8c95b143 to your computer and use it in GitHub Desktop.
Save MattFerraro/227c13924f60288caaf970cd8c95b143 to your computer and use it in GitHub Desktop.
Simple geojson that doesn't work with create_centerlines
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-81.44833713769913,
41.3880000743175
],
[
-81.44840151071548,
41.38805239477572
],
[
-81.44845515489578,
41.38809062893011
],
[
-81.44851684570312,
41.388159047887086
],
[
-81.4485651254654,
41.388207343578074
],
[
-81.44864827394485,
41.388279787047274
],
[
-81.44873678684235,
41.388366316640834
],
[
-81.44882798194884,
41.38845284611923
],
[
-81.44896745681763,
41.38860376935243
],
[
-81.44905865192413,
41.388730544597614
],
[
-81.44914716482162,
41.38885530729593
],
[
-81.44924640655518,
41.38901427877433
],
[
-81.44936174154282,
41.38916520070428
],
[
-81.44945025444031,
41.38928795028226
],
[
-81.44951462745667,
41.38928795028226
],
[
-81.44945025444031,
41.389179286733196
],
[
-81.44934296607971,
41.389052512363044
],
[
-81.44926518201828,
41.388927750043166
],
[
-81.44917666912079,
41.3888210981928
],
[
-81.44908010959625,
41.38867420007472
],
[
-81.4489996433258,
41.38858767089094
],
[
-81.44888699054718,
41.38843473530769
],
[
-81.44872605800629,
41.388289848633846
],
[
-81.44863218069077,
41.38821338053691
],
[
-81.44854098558426,
41.38811276448289
],
[
-81.44843369722366,
41.388010135947354
],
[
-81.44841492176056,
41.38797190174564
],
[
-81.44852489233017,
41.38794372916158
],
[
-81.4487099647522,
41.38790549492083
],
[
-81.44902378320694,
41.387837075697014
],
[
-81.44933760166168,
41.38775658240038
],
[
-81.44949316978453,
41.38772438505381
],
[
-81.44973993301392,
41.38766602732252
],
[
-81.45001351833344,
41.387593583169426
],
[
-81.45025491714478,
41.38753522532074
],
[
-81.45046144723892,
41.387476867419664
],
[
-81.45060896873474,
41.387436620560834
],
[
-81.45061701536179,
41.38749497849801
],
[
-81.45059823989868,
41.38759760784673
],
[
-81.45057946443558,
41.38767810134018
],
[
-81.45050704479218,
41.38781494005037
],
[
-81.45049899816512,
41.38793366752145
],
[
-81.45055800676346,
41.3880302592024
],
[
-81.45067870616913,
41.38809666589978
],
[
-81.45085841417313,
41.38811880145053
],
[
-81.45109981298447,
41.388092641253394
],
[
-81.4511454105377,
41.3880544071002
],
[
-81.45111858844757,
41.38803830850266
],
[
-81.45108103752136,
41.38804434547719
],
[
-81.45100593566895,
41.38806245639748
],
[
-81.4509066939354,
41.38806245639748
],
[
-81.45076185464858,
41.38805641942462
],
[
-81.45061165094376,
41.388014160598885
],
[
-81.45058751106262,
41.38795177847255
],
[
-81.45057141780853,
41.38787530997802
],
[
-81.45058482885361,
41.38779280439619
],
[
-81.450654566288,
41.38767206433163
],
[
-81.4506733417511,
41.38753723766123
],
[
-81.45067065954208,
41.38742454649834
],
[
-81.4506411552429,
41.387372225534875
],
[
-81.45051777362823,
41.38739637367709
],
[
-81.45033001899719,
41.38744668227788
],
[
-81.45015835762023,
41.38748491678847
],
[
-81.44995987415314,
41.3875472993627
],
[
-81.44976675510406,
41.38757949679696
],
[
-81.44966214895248,
41.38761773122943
],
[
-81.44947171211241,
41.38766401498603
],
[
-81.44925981760025,
41.38772840972299
],
[
-81.44902378320694,
41.387774693400786
],
[
-81.44881188869476,
41.38782701404037
],
[
-81.44859999418259,
41.387869272987764
],
[
-81.4484229683876,
41.38790951957879
],
[
-81.44838541746138,
41.38792561820824
],
[
-81.44829958677292,
41.387941716833666
],
[
-81.44833713769913,
41.3880000743175
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment