diff --git a/IsraelHiking.Web/src/application/services/overpass-turbo.service.ts b/IsraelHiking.Web/src/application/services/overpass-turbo.service.ts index 44943e15e..d13550c4b 100644 --- a/IsraelHiking.Web/src/application/services/overpass-turbo.service.ts +++ b/IsraelHiking.Web/src/application/services/overpass-turbo.service.ts @@ -32,7 +32,7 @@ export class OverpassTurboService { way(${id}); complete { - way(around:0) + way(around:30) [${isWaterway ? 'waterway' : 'highway'}] ["${isMtbRoute ? 'mtb:name' : 'name'}"="${title}"]; }