updating map

This commit is contained in:
rolux 2011-06-01 10:50:49 +02:00
parent 60d6c2a166
commit 2319f5c3c9

View file

@ -850,6 +850,7 @@ Ox.Map = function(options, self) {
function parseGeodata(data) {
var bounds = data.geometry.bounds || data.geometry.viewport,
place = {
alternativeNames: [],
components: data.address_components,
countryCode: getCountryCode(data.address_components),
east: bounds.getNorthEast().lng(),