Skip to content

Commit

Permalink
remove unused osm config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
smaierhofer committed Dec 28, 2023
1 parent 9baf7af commit 3da8568
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crdesigner/common/config/osm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -268,7 +265,6 @@ class OsmConfig(BaseConfig):
"Export Settings",
INTERPOLATION_DISTANCE,
COMPRESSION_THRESHOLD,
EXPORT_IN_UTM,
FILTER,
],
[
Expand Down

0 comments on commit 3da8568

Please sign in to comment.