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:
2026-02-24 21:49:59 +04:00
parent 9e03426b2e
commit e019fc2d6b

View File

@@ -35,7 +35,6 @@ export default class OsmService extends Service {
'building',
'landuse',
'public_transport',
'highway',
'aeroway',
];
const typeKeysQuery = [`~"^(${typeKeys.join('|')})$"~".*"`];