Created
July 16, 2016 17:59
-
-
Save easherma/fc550709ea5d02399b30a073d046b00b to your computer and use it in GitHub Desktop.
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", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-97.904478, 30.208035] | |
}, | |
"properties": { | |
"id": "85893511", | |
"gid": "whosonfirst:neighbourhood:85893511", | |
"layer": "neighbourhood", | |
"source": "whosonfirst", | |
"source_id": "85893511", | |
"name": "Circle C Ranch", | |
"confidence": 0.894, | |
"country": "United States", | |
"country_gid": "whosonfirst:country:85633793", | |
"country_a": "USA", | |
"region": "Texas", | |
"region_gid": "whosonfirst:region:85688753", | |
"region_a": "TX", | |
"county": "Travis County", | |
"county_gid": "whosonfirst:county:102081935", | |
"label": "Circle C Ranch, TX, USA" | |
}, | |
"bbox": [-97.938844, 30.167742, -97.874547, 30.234498] | |
}, { | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.35069, 47.62025] | |
}, | |
"properties": { | |
"id": "7174408", | |
"gid": "geonames:localadmin:7174408", | |
"layer": "localadmin", | |
"source": "geonames", | |
"source_id": "7174408", | |
"name": "City of Seattle", | |
"confidence": 0.887, | |
"country": "United States", | |
"country_gid": "whosonfirst:country:85633793", | |
"country_a": "USA", | |
"region": "Washington", | |
"region_gid": "whosonfirst:region:85688623", | |
"region_a": "WA", | |
"county": "King County", | |
"county_gid": "whosonfirst:county:102086191", | |
"locality": "Seattle", | |
"locality_gid": "whosonfirst:locality:101730401", | |
"neighbourhood": "Belltown", | |
"neighbourhood_gid": "whosonfirst:neighbourhood:85805569", | |
"label": "City of Seattle, Seattle, WA, USA" | |
} | |
}, { | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[-97.904478, 30.208035], | |
[-122.35069, 47.62025] | |
] | |
} | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment