From 2319f5c3c9a6e4ccdfff392eeae5c050ffd895c7 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 1 Jun 2011 10:50:49 +0200 Subject: [PATCH] updating map --- source/Ox.UI/js/Map/Ox.Map.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Ox.Map.js index 16392cc0..89809aa8 100644 --- a/source/Ox.UI/js/Map/Ox.Map.js +++ b/source/Ox.UI/js/Map/Ox.Map.js @@ -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(),