Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Fw: Adding slots in Parking areas in additional-files

Hello,
Either call:
   sumo-gui --additional-files yourParkingSpaceFile.xml ... <other options>
or if you have created a .sumocfg file to hold all your options,
add the line
  <additional-files value="yourParkingSpaceFile.xml"/>
regards,
Jakob

2017-09-26 2:16 GMT+02:00 Simon Mehari via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx>:



________________________________
From: Simon Mehari <simoncomeon@xxxxxxxxxxx>
Sent: Tuesday, September 26, 2017 2:15 AM
To: sumo-user@xxxxxxxxxxxx
Subject: Adding slots in Parking areas in additional-files


Greetings!


I am trying to add a parking area to a map downloaded from osmWebWizard - according to the instructions on Parking Areas on the documentation.  But I have failed to execute it well.

After editing an additional-file  with the following parameters:

<?xml version="1.0"?>

<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <parkingArea id="ParkAreaB" lane="40870665_0" startPos="0" endPos="260" roadsideCapacity="0" width="5" length="10" angle="30">
            <space x="437" y="794" width="4" length="8" angle="120"/>
            <space x="447" y="800" width="4" length="8" angle="120"/>
      </parkingArea>

</additional>


I fail to add the parking lot in the map.

I am wondering what's the command i add the --additional-files <file> to?

Kind regards
Simon Mehari





------------------------------------------------------------------------------
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
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Back to the top