Skip to content

Commit c9f4243

Browse files
committed
fix OpenCage provider tests
1 parent e902b66 commit c9f4243

5 files changed

+1055
-0
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
s:2745:"{
2+
"licenses" : [
3+
{
4+
"name" : "CC-BY-SA",
5+
"url" : "http://creativecommons.org/licenses/by-sa/3.0/"
6+
},
7+
{
8+
"name" : "ODbL",
9+
"url" : "http://opendatacommons.org/licenses/odbl/summary/"
10+
}
11+
],
12+
"rate" : {
13+
"limit" : 2500,
14+
"remaining" : 2493,
15+
"reset" : 1418601600
16+
},
17+
"results" : [
18+
{
19+
"annotations" : {
20+
"MGRS" : "30UWE1316388978",
21+
"Maidenhead" : "IO84ob41dr",
22+
"OSGB" : {
23+
"easting" : 347696.195,
24+
"gridref" : "SD 476 617",
25+
"northing" : 461750.824
26+
},
27+
"OSM" : {
28+
"url" : "http://www.openstreetmap.org/?mlat=54.04888&mlon=-2.79895#map=17/54.04888/-2.79895"
29+
},
30+
"callingcode" : 44,
31+
"geohash" : "gcw52r3cec2m35vkre86",
32+
"sun" : {
33+
"rise" : {
34+
"astronomical" : 1418537280,
35+
"civil" : 1418542680,
36+
"nautical" : 1418539920
37+
},
38+
"set" : {
39+
"astronomical" : 1418580240,
40+
"civil" : 1418574840,
41+
"nautical" : 1418577600
42+
}
43+
},
44+
"timezone" : {
45+
"name" : "Europe/London",
46+
"now_in_dst" : 0,
47+
"offset_sec" : 0,
48+
"offset_string" : 0,
49+
"short_name" : "GMT"
50+
},
51+
"what3words" : {
52+
"words" : "sheet.boost.nurse"
53+
}
54+
},
55+
"bounds" : {
56+
"northeast" : {
57+
"lat" : 54.0494992,
58+
"lng" : -2.79813
59+
},
60+
"southwest" : {
61+
"lat" : 54.0482731,
62+
"lng" : -2.7998815
63+
}
64+
},
65+
"components" : {
66+
"building" : "St Nicholas Arcades",
67+
"city" : "Lancaster",
68+
"country" : "United Kingdom",
69+
"country_code" : "gb",
70+
"county" : "Lancashire",
71+
"pedestrian" : "Lancaster Gate",
72+
"state" : "England",
73+
"state_district" : "North West England",
74+
"suburb" : "Vale"
75+
},
76+
"confidence" : 10,
77+
"formatted" : "Lancaster Gate, Vale, Lancaster, Lancashire, United Kingdom",
78+
"geometry" : {
79+
"lat" : 54.0488796,
80+
"lng" : -2.79894909568771
81+
}
82+
}
83+
],
84+
"status" : {
85+
"code" : 200,
86+
"message" : "OK"
87+
},
88+
"thanks" : "For using an OpenCage Data API",
89+
"timestamp" : {
90+
"created_http" : "Sun, 14 Dec 2014 18:40:40 GMT",
91+
"created_unix" : 1418582440
92+
},
93+
"total_results" : 1,
94+
"we_are_hiring" : "http://lokku.com/#jobs"
95+
}
96+
";

0 commit comments

Comments
 (0)