From 29df9f17605ff2b63cfd32bc4cdec1bb879afc7e Mon Sep 17 00:00:00 2001 From: j Date: Wed, 13 Aug 2025 09:34:55 +0200 Subject: [PATCH] fix format --- source/UI/js/Map/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/UI/js/Map/Map.js b/source/UI/js/Map/Map.js index 5fbb3023..2811e759 100644 --- a/source/UI/js/Map/Map.js +++ b/source/UI/js/Map/Map.js @@ -1246,7 +1246,7 @@ Ox.Map = function(options, self) { 'locality', 'city', 'town', 'village' ], 'borough': [ - 'neighborhood', 'postal_code', 'sublocality', 'suburb', 'borough' + 'neighborhood', 'postal_code', 'sublocality', 'suburb', 'borough', 'neighbourhood', ],