Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eclipse-sumo/sumo into Netedit_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Aug 30, 2024
2 parents 5dcdffa + b07f72c commit 92d5632
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions data/xsd/routeTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,10 @@
<xsd:complexType>
<xsd:attribute name="from" type="xsd:string"/>
<xsd:attribute name="to" type="xsd:string"/>
<xsd:attribute name="fromTaz" type="xsd:string"/>
<xsd:attribute name="toTaz" type="xsd:string"/>
<xsd:attribute name="fromJunction" type="xsd:string"/>
<xsd:attribute name="toJunction" type="xsd:string"/>
<xsd:attribute name="busStop" type="xsd:string"/>
<xsd:attribute name="trainStop" type="xsd:string"/>
<xsd:attribute name="parkingArea" type="xsd:string"/>
Expand All @@ -1068,6 +1072,10 @@
<xsd:attribute name="edges" type="xsd:string"/>
<xsd:attribute name="from" type="xsd:string"/>
<xsd:attribute name="to" type="xsd:string"/>
<xsd:attribute name="fromTaz" type="xsd:string"/>
<xsd:attribute name="toTaz" type="xsd:string"/>
<xsd:attribute name="fromJunction" type="xsd:string"/>
<xsd:attribute name="toJunction" type="xsd:string"/>
<xsd:attribute name="busStop" type="xsd:string"/>
<xsd:attribute name="trainStop" type="xsd:string"/>
<xsd:attribute name="parkingArea" type="xsd:string"/>
Expand Down
2 changes: 0 additions & 2 deletions src/netedit/elements/additional/GNEAdditionalHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,6 @@ GNEAdditionalHandler::buildTAZSource(const CommonXMLStructure::SumoBaseObject* s
myNet->getViewNet()->getUndoList()->end();
} else {
TAZSource->setAttribute(SUMO_ATTR_WEIGHT, toString(departWeight), nullptr);
TAZSource->incRef("buildTAZSource");
}
}
}
Expand Down Expand Up @@ -1505,7 +1504,6 @@ GNEAdditionalHandler::buildTAZSink(const CommonXMLStructure::SumoBaseObject* sum
myNet->getViewNet()->getUndoList()->end();
} else {
TAZSink->setAttribute(SUMO_ATTR_WEIGHT, toString(arrivalWeight), nullptr);
TAZSink->incRef("buildTAZSink");
}
}
}
Expand Down

0 comments on commit 92d5632

Please sign in to comment.