Hello, edges in sumo are all one-way edges. You can only build connections between edges if the destination node of the from-edge is equal to the origin node of the to edge. (build your network without specifying connections and you will understand) regards, Jakob
2014-04-23 22:57 GMT+02:00 Boyu Li <[email protected]>: > Hi, > > When I try to build my own network, I got warnings below: > > Warning: Could not insert connection between 'startToB' and 'AToB' after > build. > Warning: Could not insert connection between 'AToB' and 'AToend' after > build. > > relevant files are shown below: > > <nodes> > <node id="start" x="-100.0" y="0.0" /> > <node id="A" x="0.0" y="+50.0" /> > <node id="B" x="0.0" y="-50.0" /> > <node id="end" x="+100.0" y="0.0" /> > </nodes> > > <edges> > <edge from="start" id="startToA" to="A" type="slow"/> > <edge from="start" id="startToB" to="B" type="fast"/> > <edge from="A" id="AToend" to="end" type="fast"/> > <edge from="B" id="BToend" to="end" type="slow"/> > <edge from="A" id="AToB" to="B" type="very fast"/> > </edges> > > > <connections> > <connection from="startToA" to="AToend" fromLane="0" toLane="0"/> > <connection from="startToB" to="AToB" fromLane="0" toLane="0"/> > <connection from="AToB" to="AToend" fromLane="0" toLane="0"/> > </connections> > > The problem here, I guess, is because the angle between startToB and AToB > is less than 90 degrees. > Am I right? > > Thanks for your help, > Best regards, > Jason > > > > > This message and any attachment are intended solely for the addressee and > may contain confidential information. If you have received this message in > error, please send it back to me, and immediately delete it. Please do > not use, copy or disclose the information contained in this message or in > any attachment. Any views or opinions expressed by the author of this > email do not necessarily reflect the views of the University of Nottingham. > > > > This message has been checked for viruses but the contents of an attachment > > may still contain software viruses which could damage your computer > system, you are advised to perform your own checks. Email communications > with the University of Nottingham may be monitored as permitted by UK > legislation. > > > > > > > > > > > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform > Build your Enterprise Intranet with eXo Platform Software > Java Based Open Source Intranet - Social, Extensible, Cloud Ready > Get Started Now And Turn Your Intranet Into A Collaboration Platform > http://p.sf.net/sfu/ExoPlatform > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
