-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #445 from nicolassing/opencage
[OpenCage] Locality
- Loading branch information
Showing
3 changed files
with
192 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
100 changes: 100 additions & 0 deletions
100
tests/.cached_responses/8d579eb3ca22f821281bd4f15c3eb1c3fd73fb11
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
s:2884:"{ | ||
"licenses" : [ | ||
{ | ||
"name" : "CC-BY-SA", | ||
"url" : "http://creativecommons.org/licenses/by-sa/3.0/" | ||
}, | ||
{ | ||
"name" : "ODbL", | ||
"url" : "http://opendatacommons.org/licenses/odbl/summary/" | ||
} | ||
], | ||
"rate" : { | ||
"limit" : 2500, | ||
"remaining" : 2496, | ||
"reset" : 1439856000 | ||
}, | ||
"results" : [ | ||
{ | ||
"annotations" : { | ||
"DMS" : { | ||
"lat" : "49\u00b0 8' 20.73264'' N", | ||
"lng" : "1\u00b0 39' 26.08632'' E" | ||
}, | ||
"MGRS" : "31UDQ0206243786", | ||
"Maidenhead" : "JN09td83uj", | ||
"Mercator" : { | ||
"x" : 184483.803, | ||
"y" : 6266161.941 | ||
}, | ||
"OSM" : { | ||
"url" : "http://www.openstreetmap.org/?mlat=49.13909&mlon=1.65725#map=17/49.13909/1.65725" | ||
}, | ||
"callingcode" : 33, | ||
"geohash" : "u09pt9qzbwsrft58uhm6", | ||
"sun" : { | ||
"rise" : { | ||
"astronomical" : 1439779140, | ||
"civil" : 1439784780, | ||
"nautical" : 1439782200 | ||
}, | ||
"set" : { | ||
"astronomical" : 1439845980, | ||
"civil" : 1439840400, | ||
"nautical" : 1439843040 | ||
} | ||
}, | ||
"timezone" : { | ||
"name" : "Europe/Paris", | ||
"now_in_dst" : 1, | ||
"offset_sec" : 7200, | ||
"offset_string" : 200, | ||
"short_name" : "CEST" | ||
}, | ||
"what3words" : { | ||
"words" : "cocotier.maniable.arabesque" | ||
} | ||
}, | ||
"bounds" : { | ||
"northeast" : { | ||
"lat" : 49.1391424, | ||
"lng" : 1.6572962 | ||
}, | ||
"southwest" : { | ||
"lat" : 49.1390424, | ||
"lng" : 1.6571962 | ||
} | ||
}, | ||
"components" : { | ||
"country" : "France", | ||
"country_code" : "fr", | ||
"county" : "Pontoise", | ||
"hotel" : "Les Jardins d'\u00c9picure", | ||
"postcode" : "95710", | ||
"road" : "Grande Rue", | ||
"state" : "\u00cele-de-France", | ||
"village" : "Bray-et-L\u00fb" | ||
}, | ||
"confidence" : 10, | ||
"formatted" : "Les Jardins d'\u00c9picure, Grande Rue, 95710 Bray-et-L\u00fb, France", | ||
"geometry" : { | ||
"lat" : 49.1390924, | ||
"lng" : 1.6572462 | ||
} | ||
} | ||
], | ||
"status" : { | ||
"code" : 200, | ||
"message" : "OK" | ||
}, | ||
"stay_informed" : { | ||
"blog" : "http://blog.opencagedata.com", | ||
"twitter" : "https://twitter.com/opencagedata" | ||
}, | ||
"thanks" : "For using an OpenCage Data API", | ||
"timestamp" : { | ||
"created_http" : "Mon, 17 Aug 2015 14:29:15 GMT", | ||
"created_unix" : 1439821755 | ||
}, | ||
"total_results" : 1 | ||
}"; |
This file contains 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