Hello, the easiest way is to call netconvert twice as you have described. The naming scheme of internal ids is described at http://sumo.dlr.de/wiki/Networks/SUMO_Road_Networks#Internal_Edges so you could also figure out the id beforehand. regards, Jakob
2017-01-30 13:38 GMT+01:00 Hannah Parker <[email protected]>: > Hi, > > I have a junction with a lot of roads and lanes coming together. I have > been using the default generated shape for the connections up to now but I > want to create a custom shape. > > I cannot work out how to do this. I have read here that I need to define > the custom shape of the internal edge: > > http://sumo.dlr.de/wiki/Networks/Building_Networks_ > from_own_XML-descriptions#Custom_shapes_for_internal_ > lanes.2C_crossings_and_walkingareas > > ..And for this I need to get the ID of the internal edge. So the internal > edge ID is only available after the call to netconvert. Can I create the > custom shape in the con.xml before I perform the NETCONVERT - so before the > .NET.XML is generated or do I have to call netconvert once to create the > internal lane IDs, check what they are in the SUMO GUI and then call > netconvert again once the custom shapes are associated with the internal > edge lane IDs . > > Hannah Parker > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
