forked from openaddresses/openaddresses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcity_of_johns_creek.json
39 lines (39 loc) · 930 Bytes
/
city_of_johns_creek.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"coverage": {
"geometry": {
"type": "Point",
"coordinates": [
-84.261,
34.038
]
},
"US Census": {
"geoid": "1342425",
"name": "City of Johns Creek",
"state": "ga"
},
"country": "us",
"state": "ga",
"county": "Fulton",
"city": "Johns Creek"
},
"data": "https://services1.arcgis.com/bqfNVPUK3HOnCFmA/arcgis/rest/services/Address_Points/FeatureServer/0",
"type": "ESRI",
"conform": {
"type": "geojson",
"number": "StNumber",
"street": [
"PreMod",
"PreDir",
"PreType",
"Name",
"PostType",
"PostDir",
"PostMod"
],
"unit": "UnitActual",
"city": "City",
"region": "State",
"postcode": "Zip"
}
}