From de36205d569c47b2c5f524aa1bb6f759f59d9e22 Mon Sep 17 00:00:00 2001 From: sujata-m Date: Mon, 20 Apr 2026 13:26:22 +0530 Subject: [PATCH] =?UTF-8?q?Fix=20OSM=E2=86=92OSW=20conversion=20when=20OSM?= =?UTF-8?q?=20Way=20contains=20consecutive=20duplicate=20nodes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Dev Board Ticket - https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/3286 ## Changes - Fix OSM→OSW conversion when OSM Way contains consecutive duplicate nodes - Fix OSM→OSW conversion when OSM Way contains consecutive duplicate nodes (bug 3286). Instead of generating an invalid 0 length geometry, the segment is ignored. ## Testing - TDEI Portal --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e09ad62..c87461f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pydantic==1.10.4 python-ms-core==0.0.25 uvicorn==0.20.0 html_testRunner==1.2.1 -osm-osw-reformatter==0.3.3 +osm-osw-reformatter==0.3.4 numpy==1.26.4 pyproj~=3.6.1 \ No newline at end of file