Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] a chargingStation problem

Hi all,
I meet a problem to add a chargingStation.
I use the netedit to create a chargingStation.
i can get a additionals.xml like this

<additionals>
    <chargingStation id="chargingStation_L15_1_0" lane="L15_1" startPos="909.93" endPos="919.93" name="u" friendlyPos="0" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="0.00"/>
</additionals>

and simulate the network in the SumoGui.
I can't view a chargingStation icon in the SumoGui

I use the netedit to create a busStop.
it's no problem to show a busStop icon in the SumoGui.

<additionals>
    <busStop id="busStop_CW_0_0" lane="CW_0" startPos="16.92" endPos="26.92" friendlyPos="0"/>
</additionals>

How can I solve the problem?


Back to the top