Created
December 30, 2021 17:11
-
-
Save ricardocunha/85953cc1b7fafe422e47fb6c359cf041 to your computer and use it in GitHub Desktop.
geojson data
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", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-123.115389, | |
44.586123, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "LBCC LBCC DUAL 2", | |
"street_address": "Ellingson Rd SW" | |
}, | |
"id": "35480" | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-123.076296, | |
44.631287, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "FRED MEYER DC ALBANY", | |
"street_address": "2500 Santiam Hwy SE" | |
}, | |
"id": "72280" | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-123.066374, | |
44.556383, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "Albany - Chevron", | |
"street_address": "33157 Highway 34 SE" | |
}, | |
"id": "73440" | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-123.055678, | |
44.630214, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "Lassen Chevrolet Toyota", | |
"street_address": "1205 Price Rd SE" | |
}, | |
"id": "104257" | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-123.049418, | |
44.627009, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "Walmart 5396 Albany", | |
"street_address": "1330 Goldfish Farm RD SE" | |
}, | |
"id": "121713" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment