Created
April 15, 2019 02:47
-
-
Save ezheidtmann/4516f4e75c12bb18ba29a752bd9f183e to your computer and use it in GitHub Desktop.
Land currently in use by Wentworth Subaru & Chevy, based on what the buildings say. I haven't looked at tax or ownership records
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": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-122.66268074512482, | |
45.5222625700842 | |
], | |
[ | |
-122.6618278026581, | |
45.5222625700842 | |
], | |
[ | |
-122.6618278026581, | |
45.52289399174057 | |
], | |
[ | |
-122.66268074512482, | |
45.52289399174057 | |
], | |
[ | |
-122.66268074512482, | |
45.5222625700842 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-122.66170442104341, | |
45.52225881160075 | |
], | |
[ | |
-122.66077637672423, | |
45.52225881160075 | |
], | |
[ | |
-122.66077637672423, | |
45.522882716415985 | |
], | |
[ | |
-122.66170442104341, | |
45.522882716415985 | |
], | |
[ | |
-122.66170442104341, | |
45.52225881160075 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-122.66170978546143, | |
45.521537178124895 | |
], | |
[ | |
-122.6607710123062, | |
45.521537178124895 | |
], | |
[ | |
-122.6607710123062, | |
45.52218364187886 | |
], | |
[ | |
-122.66170978546143, | |
45.52218364187886 | |
], | |
[ | |
-122.66170978546143, | |
45.521537178124895 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-122.65966594219208, | |
45.52152590252841 | |
], | |
[ | |
-122.65872716903687, | |
45.52152590252841 | |
], | |
[ | |
-122.65872716903687, | |
45.52218364187886 | |
], | |
[ | |
-122.65966594219208, | |
45.52218364187886 | |
], | |
[ | |
-122.65966594219208, | |
45.52152590252841 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-122.66065299510954, | |
45.521540936656564 | |
], | |
[ | |
-122.66023457050323, | |
45.521540936656564 | |
], | |
[ | |
-122.66023457050323, | |
45.52217988339014 | |
], | |
[ | |
-122.66065299510954, | |
45.52217988339014 | |
], | |
[ | |
-122.66065299510954, | |
45.521540936656564 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-122.65865206718445, | |
45.52152966106082 | |
], | |
[ | |
-122.65771329402922, | |
45.52152966106082 | |
], | |
[ | |
-122.65771329402922, | |
45.52218364187886 | |
], | |
[ | |
-122.65865206718445, | |
45.52218364187886 | |
], | |
[ | |
-122.65865206718445, | |
45.52152966106082 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-122.65967667102812, | |
45.52081929397294 | |
], | |
[ | |
-122.65874326229095, | |
45.52081929397294 | |
], | |
[ | |
-122.65874326229095, | |
45.521477041584106 | |
], | |
[ | |
-122.65967667102812, | |
45.521477041584106 | |
], | |
[ | |
-122.65967667102812, | |
45.52081929397294 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-122.65761137008667, | |
45.52152590252841 | |
], | |
[ | |
-122.65690863132475, | |
45.52152590252841 | |
], | |
[ | |
-122.65690863132475, | |
45.52171382884173 | |
], | |
[ | |
-122.65761137008667, | |
45.52171382884173 | |
], | |
[ | |
-122.65761137008667, | |
45.52152590252841 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment