spec/fixtures/geocode/T5B4M9.json in barometer-0.7.1 vs spec/fixtures/geocode/T5B4M9.json in barometer-0.7.2
- old
+ new
@@ -4,32 +4,35 @@
"code": 200,
"request": "geocode"
},
"Placemark": [ {
"id": "p1",
- "address": "Alberta T5B 4M9, Canada",
+ "address": "Edmonton, AB T5B 4M9, Canada",
"AddressDetails": {
"Accuracy" : 5,
"Country" : {
"AdministrativeArea" : {
"AdministrativeAreaName" : "AB",
- "PostalCode" : {
- "PostalCodeNumber" : "T5B 4M9"
+ "Locality" : {
+ "LocalityName" : "Edmonton",
+ "PostalCode" : {
+ "PostalCodeNumber" : "T5B 4M9"
+ }
}
},
"CountryName" : "Canada",
"CountryNameCode" : "CA"
}
},
"ExtendedData": {
"LatLonBox": {
- "north": 53.5735946,
- "south": 53.5672994,
- "east": -113.4529354,
- "west": -113.4592306
+ "north": 53.5760390,
+ "south": 53.5697438,
+ "east": -113.4528782,
+ "west": -113.4591735
}
},
"Point": {
- "coordinates": [ -113.4560830, 53.5704470, 0 ]
+ "coordinates": [ -113.4578400, 53.5705160, 0 ]
}
} ]
}
\ No newline at end of file