Skip to content

Commit

Permalink
Allow more distance between ways - 30 meters
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jul 3, 2024
1 parent 85c43e1 commit 6bea090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OverpassTurboService {
way(${id});
complete
{
way(around:0)
way(around:30)
[${isWaterway ? 'waterway' : 'highway'}]
["${isMtbRoute ? 'mtb:name' : 'name'}"="${title}"];
}
Expand Down

0 comments on commit 6bea090

Please sign in to comment.