The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
Open issues in the code | 14 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 14
org.opentrafficsim.road.network.factory.osm.OSMNetwork | Line |
---|---|
should probably assign all link end points of toNode to fromNode | 236 |
Network looks 'crooked' after using this. This function checks for and removes redundancies between the networks links. | 275 |
PK thinks that this method could remove a junction from a through-road | 297 |
org.opentrafficsim.road.network.factory.osm.output.Convert | Line |
How to figure out whether to keep left, right or keep lane? | 143 |
How to figure out if this is a lane in one or two directions? For now, two is assumed... | 144 |
how does the caller deal with a null result? (Answer: not!) | 212 |
This is the German standard car lane width | 537 |
German default bikepath width | 565 |
German default footpath width | 569 |
the following code assumes right-hand-side driving. | 636 |
overtaking conditions per country and/or type of road? | 640 |
overtaking conditions per country and/or type of road? | 651 |
overtaking conditions per country and/or type of road? | 660 |
test performance (memory- and time-wise) when the counters are replaced by ArrayList<OSMLink> which would obviate the need to do full searches over all Links to find OSMNodes that are source or sink. Reset the counters (should not be necessary unless this method is called more than once) | 726 |