Created
June 11, 2013 17:55
-
-
Save knownasilya/5759147 to your computer and use it in GitHub Desktop.
Cai JSON
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
jQuery191023943386389873922_1370972233957 ( | |
{ | |
"displayFieldName": "ANCHORNAME", | |
"fieldAliases": { | |
"CAIID": "CAIID", | |
"CAICAT": "Category", | |
"ANCHORNAME": "ANCHOR NAME", | |
"ADDRESS": "ADDRESS", | |
"BLDGNBR": "Building Number", | |
"CITY": "CITY", | |
"BBSERVICE": "BroadBand Service", | |
"PublicWifi": "PublicWifi", | |
"URL": "URL", | |
"TRANSTECH": "Technology_of_Transmission", | |
"SubScrbDown": "Subscribe_Downstream_Speed", | |
"SubSrbUP": "Subscribe_Upstream_Speed" | |
}, | |
"geometryType": "esriGeometryPoint", | |
"spatialReference": { | |
"wkid": 102113 | |
}, | |
"fields": [ | |
{ | |
"name": "CAIID", | |
"type": "esriFieldTypeString", | |
"alias": "CAIID", | |
"length": 50 | |
}, | |
{ | |
"name": "CAICAT", | |
"type": "esriFieldTypeString", | |
"alias": "Category", | |
"length": 2 | |
}, | |
{ | |
"name": "ANCHORNAME", | |
"type": "esriFieldTypeString", | |
"alias": "ANCHOR NAME", | |
"length": 200 | |
}, | |
{ | |
"name": "ADDRESS", | |
"type": "esriFieldTypeString", | |
"alias": "ADDRESS", | |
"length": 200 | |
}, | |
{ | |
"name": "BLDGNBR", | |
"type": "esriFieldTypeString", | |
"alias": "Building Number", | |
"length": 10 | |
}, | |
{ | |
"name": "CITY", | |
"type": "esriFieldTypeString", | |
"alias": "CITY", | |
"length": 50 | |
}, | |
{ | |
"name": "BBSERVICE", | |
"type": "esriFieldTypeString", | |
"alias": "BroadBand Service", | |
"length": 2 | |
}, | |
{ | |
"name": "PublicWifi", | |
"type": "esriFieldTypeString", | |
"alias": "PublicWifi", | |
"length": 2 | |
}, | |
{ | |
"name": "URL", | |
"type": "esriFieldTypeString", | |
"alias": "URL", | |
"length": 100 | |
}, | |
{ | |
"name": "TRANSTECH", | |
"type": "esriFieldTypeSmallInteger", | |
"alias": "Technology_of_Transmission" | |
}, | |
{ | |
"name": "SubScrbDown", | |
"type": "esriFieldTypeString", | |
"alias": "Subscribe_Downstream_Speed", | |
"length": 2 | |
}, | |
{ | |
"name": "SubSrbUP", | |
"type": "esriFieldTypeString", | |
"alias": "Subscribe_Upstream_Speed", | |
"length": 2 | |
} | |
], | |
"features": [ | |
{ | |
"attributes": { | |
"CAIID": "130012000149", | |
"CAICAT": "1", | |
"ANCHORNAME": "anchor name.., | |
"ADDRESS": "address..", | |
"BLDGNBR": "N/A", | |
"CITY": "ciy..", | |
"BBSERVICE": "Y", | |
"PublicWifi": "U", | |
"URL": " ", | |
"TRANSTECH": 30, | |
"SubScrbDown": "5", | |
"SubSrbUP": "5" | |
}, | |
"geometry": { | |
"x": -45345.345345, | |
"y": 354345345.345345 | |
} | |
} | |
] | |
} | |
) |
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
{ | |
"cais": [ | |
{ | |
"ADDRESS": "address..", | |
"ANCHORNAME": "anchor name..", | |
"BBSERVICE": "Y", | |
"BLDGNBR": "N/A", | |
"CAICAT": "1", | |
"CAIID": "130012000149", | |
"CITY": "city..", | |
"PublicWifi": "U", | |
"SubScrbDown": "5", | |
"SubSrbUP": "5", | |
"TRANSTECH": 30, | |
"URL": " " | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment