From 90876f6fec455a884b026dc59b7d9828690e4c31 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 18 Apr 2018 23:48:54 -0400 Subject: [PATCH] but actually link to the correct issue --- modules/osm/multipolygon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/osm/multipolygon.js b/modules/osm/multipolygon.js index 59426384b..966e0b774 100644 --- a/modules/osm/multipolygon.js +++ b/modules/osm/multipolygon.js @@ -140,7 +140,7 @@ export function osmJoinWays(toJoin, graph) { // (for member ordering only, not way ordering - see #4872) // Strongly prefer to generate a forward path that preserves the order // of the members array. For multipolygons and most relations, member - // order does not matter - but for routes, it does. (see #4859) + // order does not matter - but for routes, it does. (see #4589) // If we started this sequence backwards (i.e. next member way attaches to // the start node and not the end node), reverse the initial way before continuing. if (joinAsMembers && currWays.length === 1 && nodes[0] !== end && nodes[nodes.length - 1] !== end &&