Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Bus stop visualization in Netedit

Oops - i see they are colons (:)  those would be connections and you can't put stops on connections.



-------- Original Message --------
On 20/09/2024 14:03, The div wrote:

Are you sure your lane ids start with a semicolon? (;)

I'm not sure that's valid...



-------- Original Message --------
On 20/09/2024 14:00, fereshte jafari via sumo-user wrote:
Hello,

I loaded my net.xml in the netedit bue when I try to load the busStops.add.xml to my network I encounter with below errors for ALL the stops.

Error: Could not build busStop 'bus_stop_1_1' in netedit; lane ':1000B_0_0' doesn't exist.
Error: Could not build busStop with ID 'bus_stop_1_1' in netedit; Invalid position over lane.

While I am pretty sure that all those lanes do exist in my network.
The structure of my busstops file is like below:

<?xml version="1.0" ?>
<additional>
  <busStop id="bus_stop_1_1" lane=":1000B_0_0" startPos="0.03" endPos="1.03"/>
  <busStop id="bus_stop_2_1" lane=":1000B_0_1" startPos="0.03" endPos="1.03"/>
  <busStop id="bus_stop_3_1" lane=":1001A_0_0" startPos="0.07" endPos="1.07"/>
  <busStop id="bus_stop_4_1" lane=":1001A_0_1" startPos="0.07" endPos="1.07"/>

Any ideas? What did I not consider and cause these errors?

--
Sincerely,
Fereshteh Jafari Shahdani
PhD candidate, Dep. of Civil Engineering
ISISE - University of Minho

Back to the top