Closed behrisch closed 6 years ago
@namdre commented:
there could be name clashes between pois and poly but we could also resolve this by replacing GLO_SHAPE with GLO_POI and GLO_POLY
@dkrajzew commented:
I like the format.
I am not sure here but tend to favor a new format to have everything in xml.
The advantage of the current format (at least for me) is that it lends itself to quick edits with a text editor: e.g. by transforming a lane selection into an edge selection or by quickly building an selection from a list of ids. Some of this would no longer be feasible with XML. Also: it's basically a set of IDs. No attributes and no nesting. XML is quite a heavy tool for that.
Don't have such a strong opinion here and since no one asked for such a long time ...
right now we have a plaintext format of the form
<prefix>:<microsimID>
lane:a17 junction:23 poi:wurstbude
suggested xml:
should type equal GUIGLObjectType should we use the prefix? ("e3 detector", "induct loop", ...)
Migrated from http://sumo.dlr.de/ticket/489