Skip to content

Commit

Permalink
patching meta results refs #21, #14483
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 14, 2024
1 parent 09c566e commit b92ca83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tests/netconvert/meta/help/output.netconvert
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Eclipse SUMO netconvert Version v1_19_0+0956-34b9252
Eclipse SUMO netconvert Version v1_19_0+1291-b5283f10f2b
Copyright (C) 2001-2024 German Aerospace Center (DLR) and others; https://sumo.dlr.de
Network importer / builder for the microscopic, multi-modal traffic simulation
SUMO.
Expand Down Expand Up @@ -585,6 +585,8 @@ Formats Options:
FLOAT m
--osm.stop-output.length.train FLOAT The default length of a train stop in
FLOAT m
--osm.railsignals STR[] Specify custom rules for importing
railway signals
--osm.all-attributes Whether additional attributes shall be
imported
--osm.extra-attributes STR[] List of additional attributes that shall
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-22 13:20:00 by Eclipse SUMO netconvert Version v1_19_0+0956-34b9252
<!-- generated on 2024-03-14 16:28:07 by Eclipse SUMO netconvert Version v1_19_0+1291-b5283f10f2b
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
Expand Down Expand Up @@ -870,6 +870,9 @@
<!-- The default length of a train stop in FLOAT m -->
<osm.stop-output.length.train value="200" type="FLOAT"/>

<!-- Specify custom rules for importing railway signals -->
<osm.railsignals value="DEFAULT" type="STR[]"/>

<!-- Whether additional attributes shall be imported -->
<osm.all-attributes value="false" synonymes="osm.all-tags" type="BOOL"/>

Expand Down
3 changes: 2 additions & 1 deletion tests/netconvert/meta/write_template_full/cfg.netconvert
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-22 13:20:00 by Eclipse SUMO netconvert Version v1_19_0+0956-34b9252
<!-- generated on 2024-03-14 16:28:07 by Eclipse SUMO netconvert Version v1_19_0+1291-b5283f10f2b
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
Expand Down Expand Up @@ -322,6 +322,7 @@
<osm.stop-output.length.bus value="15" type="FLOAT" help="The default length of a bus stop in FLOAT m"/>
<osm.stop-output.length.tram value="25" type="FLOAT" help="The default length of a tram stop in FLOAT m"/>
<osm.stop-output.length.train value="200" type="FLOAT" help="The default length of a train stop in FLOAT m"/>
<osm.railsignals value="DEFAULT" type="STR[]" help="Specify custom rules for importing railway signals"/>
<osm.all-attributes value="false" synonymes="osm.all-tags" type="BOOL" help="Whether additional attributes shall be imported"/>
<osm.extra-attributes value="all" synonymes="osm.extra-tags" type="STR[]" help="List of additional attributes that shall be imported from OSM via osm.all-attributes (set &apos;all&apos; to import all)"/>
<osm.speedlimit-none value="39.4444" type="FLOAT" help="The speed limit to be set when there is no actual speed limit in reality"/>
Expand Down

0 comments on commit b92ca83

Please sign in to comment.