Last active
June 4, 2020 19:47
-
-
Save osmyn/8e61f79723d24fd985fed32d301d15fe to your computer and use it in GitHub Desktop.
This file contains 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": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-96.69586658477783, | |
40.77812854333348 | |
], | |
[ | |
-96.6958612203598, | |
40.7780797972075 | |
], | |
[ | |
-96.69583439826965, | |
40.77803105104577 | |
], | |
[ | |
-96.6958075761795, | |
40.777994491401 | |
], | |
[ | |
-96.6957539319992, | |
40.77794168298968 | |
], | |
[ | |
-96.69570565223694, | |
40.77791324767389 | |
], | |
[ | |
-96.69563055038452, | |
40.77789699891656 | |
], | |
[ | |
-96.69552862644196, | |
40.7778929367266 | |
], | |
[ | |
-96.69544279575348, | |
40.777909185484944 | |
], | |
[ | |
-96.69537842273712, | |
40.777933558615 | |
], | |
[ | |
-96.69531404972075, | |
40.77796199392208 | |
], | |
[ | |
-96.69527113437653, | |
40.77801886449976 | |
], | |
[ | |
-96.69522821903229, | |
40.778075735028736 | |
], | |
[ | |
-96.69522821903229, | |
40.78023271700578 | |
], | |
[ | |
-96.69522821903229, | |
40.78028958563941 | |
], | |
[ | |
-96.69527649879456, | |
40.78034239218421 | |
], | |
[ | |
-96.69530868530273, | |
40.78039519868703 | |
], | |
[ | |
-96.69540524482727, | |
40.78045206718155 | |
], | |
[ | |
-96.6955018043518, | |
40.78051705968712 | |
], | |
[ | |
-96.69556081295013, | |
40.78057392807732 | |
], | |
[ | |
-96.69564664363861, | |
40.78067547865303 | |
], | |
[ | |
-96.69569492340088, | |
40.780768905045555 | |
], | |
[ | |
-96.69605970382689, | |
40.78078921511351 | |
], | |
[ | |
-96.69627964496613, | |
40.78064298248571 | |
], | |
[ | |
-96.69603288173676, | |
40.780427694975565 | |
], | |
[ | |
-96.69597923755644, | |
40.78036676442149 | |
], | |
[ | |
-96.69594705104828, | |
40.78031395789608 | |
], | |
[ | |
-96.69588804244995, | |
40.78019615857271 | |
], | |
[ | |
-96.69587194919586, | |
40.78011491753835 | |
], | |
[ | |
-96.69586658477783, | |
40.77812854333348 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"layer": "crabapple" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-96.69559299945831, | |
40.77792543423929 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-96.6953194141388, | |
40.778026988864006 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment