nominatim results with type "arial_views" will not be displayed
This commit is contained in:
parent
60436e9928
commit
314ff97ca0
@ -152,6 +152,8 @@ _showResults_Timeout: function() {
|
|||||||
_filterResult: function(result) {
|
_filterResult: function(result) {
|
||||||
if( result.osm_type == "relation")
|
if( result.osm_type == "relation")
|
||||||
return true;
|
return true;
|
||||||
|
if( result.type == "aerial_views")
|
||||||
|
return true;
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user