Home
last modified time | relevance | path

Searched refs:roundabouts (Results 1 – 25 of 49) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_Amitran.cpp58 const std::set<EdgeSet>& roundabouts = ec.getRoundabouts(); in writeNetwork() local
59 for (std::set<EdgeSet>::const_iterator i = roundabouts.begin(); i != roundabouts.end(); ++i) { in writeNetwork()
H A DNWWriter_SUMO.h95 static void writeRoundabouts(OutputDevice& into, const std::set<EdgeSet>& roundabouts,
H A DNWWriter_SUMO.cpp763 NWWriter_SUMO::writeRoundabouts(OutputDevice& into, const std::set<EdgeSet>& roundabouts, in writeRoundabouts() argument
767 for (std::set<EdgeSet>::const_iterator i = roundabouts.begin(); i != roundabouts.end(); ++i) { in writeRoundabouts()
782 if (roundabouts.size() != 0) { in writeRoundabouts()
/dports/www/osrm-backend/osrm-backend-5.26.0/features/foot/
H A Doneway.feature21 Scenario: Foot - Walking and roundabouts
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBEdgeCont.cpp665 …ont::patchRoundabouts(NBEdge* orig, NBEdge* part1, NBEdge* part2, std::set<EdgeSet>& roundabouts) { in patchRoundabouts() argument
667 for (std::set<EdgeSet>::iterator it = roundabouts.begin(); it != roundabouts.end(); ++it) { in patchRoundabouts()
676 roundabouts.clear(); in patchRoundabouts()
677 roundabouts.insert(addLater.begin(), addLater.end()); in patchRoundabouts()
1260 const std::set<EdgeSet> roundabouts = getRoundabouts(); in markRoundabouts() local
1261 … for (std::set<EdgeSet>::const_iterator it = roundabouts.begin(); it != roundabouts.end(); ++it) { in markRoundabouts()
H A DNBAlgorithms_Ramps.cpp67 const std::set<EdgeSet>& roundabouts = ec.getRoundabouts(); in computeRamps() local
68 for (std::set<EdgeSet>::const_iterator it_round = roundabouts.begin(); in computeRamps()
69 it_round != roundabouts.end(); ++it_round) { in computeRamps()
H A DNBNetBuilder.cpp173 const std::set<EdgeSet>& roundabouts = myEdgeCont.getRoundabouts(); in compute() local
174 for (std::set<EdgeSet>::const_iterator it_round = roundabouts.begin(); in compute()
175 it_round != roundabouts.end(); ++it_round) { in compute()
H A DNBEdgeCont.h576 … void patchRoundabouts(NBEdge* orig, NBEdge* part1, NBEdge* part2, std::set<EdgeSet>& roundabouts);
H A DNBNodeCont.cpp1672 const std::set<EdgeSet>& roundabouts = ec.getRoundabouts(); in computeLogics2() local
1673 … for (std::set<EdgeSet>::const_iterator i = roundabouts.begin(); i != roundabouts.end(); ++i) { in computeLogics2()
/dports/www/osrm-backend/osrm-backend-5.26.0/docs/
H A Dtesting.md204 | a | d | MySt,MySt | depart,arrive | # suppress multiple enter/exit mini roundabouts |
205 | d | a | MySt,MySt | depart,arrive | # suppress multiple enter/exit mini roundabouts |
208 … d | MySt,MySt | depart,arrive | # suppress multiple enter/exit mini roundabouts |
209 … (-) a | (-) MySt,MySt | (-) depart,arrive | (-) # suppress multiple enter/exit mini roundabouts |
210 … (+) a | (+) | (+) | (+) # suppress multiple enter/exit mini roundabouts |
/dports/www/osrm-backend/osrm-backend-5.26.0/profiles/
H A Dfoot.lua231 WayHandlers.roundabouts,
H A Dcar.lua447 WayHandlers.roundabouts,
H A Dbicycle.lua641 WayHandlers.roundabouts,
/dports/www/osrm-backend/osrm-backend-5.26.0/features/bicycle/
H A Dpushing.feature82 Scenario: Bike - Don't push bikes against oneway flow on roundabouts
/dports/comms/xastir/Xastir-Release-2.1.8/config/
H A Dtl_2009_pointlm.dbfawk63 /^MTFCC=C306/ { # ignore cul-de-sacs, roundabouts, gates and toll booths
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/coremodules/scenario/
H A Dnetworkxtools.py2578 roundabouts = []
2634 roundabouts.append((ids_rbsedges_sumo, ids_node_ok))
2638 self._roundabouts = roundabouts
3049 roundabouts = net.roundabouts
3052 roundabouts.make(ids_edge=edges.ids_sumo.get_ids_from_indices(ids_rbedge_sumo),
/dports/www/osrm-backend/osrm-backend-5.26.0/
H A DCHANGELOG.md280 …5m - adds some "exit the roundabout" instructions for moderately sized roundabouts that were being…
328 …- Adds new instruction types at the exit of roundabouts and rotaries `exit roundabout` and `exit r…
445 - #4075 Changed counting of exits on service roundabouts
695 …- Fixed in issue that arised on roundabouts in combination with intermediate intersections and sli…
699 - Fixed an issue with name changes in roundabouts that could result in crashes
856 - Improved handling of roundabouts
/dports/astro/josm/josm-18303/data/validator/
H A Dhighway.mapcss192 /* #20442 traffic signals or similar on roundabouts */
/dports/www/osrm-backend/osrm-backend-5.26.0/profiles/lib/
H A Dway_handlers.lua58 function WayHandlers.roundabouts(profile,way,result,data) function
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/coremodules/network/
H A Dnetwork.py1919 self.parent.roundabouts.write_xml(fd, indent=indent, is_print_begin_end=False)
2514 self.roundabouts = attrsman.add(cm.ObjConf(Roundabouts(self, self.edges, self.nodes)))
3211 return self.roundabouts.make(**kwargs)
3214 return self.roundabouts.multimake(**kwargs)
4102 ids_edges_ra = self._net.roundabouts.ids_edges
/dports/www/osrm-backend/osrm-backend-5.26.0/features/guidance/
H A Droundabout.feature773 Scenario: CCW and CW roundabouts with overlaps
822 Scenario: Collapsing a sliproad step after roundabouts
H A Danticipate-lanes.feature469 Scenario: Anticipate with lanes in roundabout: roundabouts as the unit of anticipation
/dports/astro/routino/routino-3.3.3/
H A DChangeLog4469 src/osmparser.c, src/filedumper.c: Recognise mini-roundabouts
4474 mini-roundabouts.
6374 * src/output.c: Mini-roundabouts are now described as roundabouts
6391 variable. Fix the missing junctions on roundabouts.
6395 * src/output.c: Output HTML directions for roundabouts.
6399 translate-able strings for roundabouts.
6409 Parse and store information about roundabouts (to improve routing
7112 roundabouts one-way.
8066 * xml/routino-tagging.xml: Add mini-roundabouts.
8110 Add parsing of mini-roundabouts.
[all …]
/dports/astro/merkaartor/merkaartor-0.19.0/
H A DCHANGELOG409 * FIX : Do not add the "oneway" tag on roundabouts (implied)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tables/
H A Den-ueb-g2.ctb3359 nofor word roundabouts 1235-46-145-1-12-234

12