This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocations.js
90 lines (90 loc) · 2.42 KB
/
locations.js
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
export default {
"PAL20": {
"dn": "lid=PAL20, ou=locations, o=grommet.io",
attributes: {
"postalAddress": "3000 Hanover St. $ Palo Alto $ California $ United States $ 94304-1112",
"lid": "PAL20",
"objectClass": [
"locality"
],
"postalCode": "94304-1112",
"co": "United States",
"street": "3000 Hanover St.",
"st": "California",
"latitude": "+37.3939",
"longitude": "-122.1700",
"l": "Palo Alto",
"c": "US",
"timeZone": "-0700",
"cn": "PAL20",
"telephoneNumber": "+1 (555) 555-5555",
"category": "Headquarters"
}
},
"FTC06": {
"dn": "lid=FTC06, ou=locations, o=grommet.io",
"attributes": {
"lid": "FTC06",
"objectClass": [
"locality"
],
"st": "Colorado",
"co": "United States",
"street": "3404 E Harmony Rd.",
"latitude": "+40.5233",
"longitude": "-105.0370",
"postalCode": "80528-9544",
"postalAddress": "3404 E Harmony Rd. $ Ft. Collins $ Colorado $ United States $ 80528-9544",
"l": "Ft. Collins",
"c": "US",
"timeZone": "-0600",
"cn": "FTC06",
"telephoneNumber": "+1 (555) 555-5555",
"category": "Main Branch"
}
},
"LUNDE01": {
"dn": "lid=LUNDE01, ou=locations, o=grommet.io",
attributes: {
"postalAddress": "Nöbbelövs torg 2 $ Lund $ Scania $ Sweden $ 226 52",
"lid": "LUNDE01",
"objectClass": [
"locality"
],
"postalCode": "226 52",
"co": "Sweden",
"street": "Nöbbelövs torg 2",
"st": "Scania",
"latitude": "+55.728502",
"longitude": "+13.174933",
"l": "Lund",
"c": "SE",
"timeZone": "+0200",
"cn": "LUNDE01",
"telephoneNumber": "+1 (555) 555-5555",
"category": "Sweden Branch"
}
},
"VOCE01": {
"dn": "lid=VOCE01, ou=locations, o=grommet.io",
attributes: {
"postalAddress": "298 South Sunnyvale Road $ Sunnyvale $ California $ US $ 94086",
"lid": "VOCE01",
"objectClass": [
"locality"
],
"postalCode": "94086",
"co": "United States",
street: '298 South Sunnyvale Road.',
"st": "California",
"latitude": "+37.374239",
"longitude": "-122.029505",
"l": "Sunnyvale",
"c": "US",
"timeZone": "-0700",
"cn": "VOCE01",
"telephoneNumber": "+1 (555) 555-5555",
"category": "Marketing Branch"
}
}
};