diff --git a/WebContent/base/OSRM.Geocoder.js b/WebContent/base/OSRM.Geocoder.js index 810edc415..66ab2a856 100644 --- a/WebContent/base/OSRM.Geocoder.js +++ b/WebContent/base/OSRM.Geocoder.js @@ -152,6 +152,8 @@ _showResults_Timeout: function() { _filterResult: function(result) { if( result.osm_type == "relation") return true; + if( result.type == "aerial_views") + return true; return false; },