Mirko Barthauer
Mirko Barthauer
Tiles are parts of a bigger map or satellite image. They are used to keep the original map modular and allow selective download of a smaller area. In the context...
No hard limit, at least not from our side. Every tile corresponds to a request to the map provider. Mayb your IP gets blocked for a while if you exaggerate...
You already asked almost the same question in #11274 . You should extend the detector downstream to the stop line using endPos or length attribute (see [docs](https://sumo.dlr.de/docs/Simulation/Output/Lanearea_Detectors_%28E2%29.html)). Then start learning...
I can't reproduce this. Can you please state your SUMO version, your OS and at best add a complete working example to this issue?
You did not add the SSM device this time (and had an invalid sumocfg with "inline additional elements"). Then you don't assign your custom vehicle types to the trips. Please...
This is currently not possible, but we will implement it. Linked to #11125 .
Added the option to change the viewport angle through TraCI for the 2D view. The OSG view still needs some refactoring to make it work as expected.
Then there may be some other problem when the vehicle disappears before finishing the route. The route has to be defined explicitely by naming the edges (see [docs](https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#routes)). Your code...
The vehicle disappears slightly before (~31m) the given arrival position because it would exceed it within the next simulation step. You chose to use the default time step value of...
But they already exist ?! https://github.com/eclipse/sumo/blob/19c56cd45eda87ff29210e02469483211111b3f0/src/gui/TraCIServerAPI_GUI.cpp#L76 https://github.com/eclipse/sumo/blob/19c56cd45eda87ff29210e02469483211111b3f0/src/gui/TraCIServerAPI_GUI.cpp#L80