nominatim results with type "arial_views" will not be displayed
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user