From 3da856842c8a40a556d6f0352fa52001bfddad06 Mon Sep 17 00:00:00 2001 From: Sebastian Maierhofer Date: Thu, 28 Dec 2023 16:39:34 +0100 Subject: [PATCH] remove unused osm config parameter --- crdesigner/common/config/osm_config.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crdesigner/common/config/osm_config.py b/crdesigner/common/config/osm_config.py index fffa6e2a..32c2a832 100644 --- a/crdesigner/common/config/osm_config.py +++ b/crdesigner/common/config/osm_config.py @@ -178,9 +178,6 @@ class OsmConfig(BaseConfig): INTERPOLATION_DISTANCE = Attribute(0.5, "Interpolation Distance") # allowed inaccuracy of exported lines to reduce number of way points in meters COMPRESSION_THRESHOLD = Attribute(0.05, "Compression Threshold") - # export the scenario in UTM coordinates - # TODO can probably be removed --> PROJ_STRING_TO can be used for that feature - EXPORT_IN_UTM = Attribute(False, "Export in UTM") # toggle filtering of negligible waypoints FILTER = Attribute(True, "Filter") # delete invalid lanes before export @@ -268,7 +265,6 @@ class OsmConfig(BaseConfig): "Export Settings", INTERPOLATION_DISTANCE, COMPRESSION_THRESHOLD, - EXPORT_IN_UTM, FILTER, ], [