Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-dev] POI tags

Hello,
you can add arbitrary child elements of the form
<param key="yourkey" value="yourvalue"/>
to a POI.
i.e.
<poi id="myPoi" x="15" y="25">
   <param key="activity" value="work"/>
</poi>
These params can be read and set via traci.
In the latest development version they are also listed in sumo-gui when right-clicking a POI and selecting 'show parameter'.
regards,
Jakob


2017-11-06 8:39 GMT+01:00 <nardine.basta@xxxxxxxxxx>:

Hey,
I am trying to implement an extension for the poi of the SUMO to include the type of
activities performed at the locations...etc.
I wanted to know what are the tags that are considered as POI. How the POI are detected
by the sumo... the polyconvert main class shows nothing

Thank u

_______________________________________________
sumo-dev mailing list
sumo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-dev


Back to the top