Don't include roads and similar in nearby search
Meant to include bus stops, but have to be more specific when re-adding
This commit is contained in:
@@ -35,7 +35,6 @@ export default class OsmService extends Service {
|
||||
'building',
|
||||
'landuse',
|
||||
'public_transport',
|
||||
'highway',
|
||||
'aeroway',
|
||||
];
|
||||
const typeKeysQuery = [`~"^(${typeKeys.join('|')})$"~".*"`];
|
||||
|
||||
Reference in New Issue
Block a user