@hlfan commented on this pull request.


> @@ -36,6 +36,9 @@ OSM.Directions = function (map) {
     OSM.DirectionsEndpoint(map, $("input[name='route_to']"), OSM.MARKER_RED, 
endpointDragCallback, endpointChangeCallback)
   ];
 
+  const exportGroup = L.layerGroup([...endpoints.map(m => m.marker), 
polyline]);
+  let downloadURL = null;
+

Is the downloadURL initializer an issue too?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5694#discussion_r1962162750
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/5694/review/2627627...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to