Tag:autonomy=mixed

From OpenStreetMap Wiki
Jump to navigation Jump to search
Public-images-osm logo.svg autonomy = mixed
Group: restrictions
Used on these elements
use on nodes unspecifieduse on ways unspecifieduse on areas unspecifieduse on relations unspecified
Status: undefined

autonomy=*<tag k='autonomy' v='excluded | exclusive | mixed' />


The 'autonomy' key can be applied to:

  • Closed WayId (area)
  • Open WayId (driveable road like <tag k='highway' v='service' />)
  • NodeId ( A single point, say for a final destination )

When it's absent from an element, there are rules applied to infer the autonomy value.


Semantics:

  • Excluded: Vehicles in autonomous mode are to not enter or use that element. For the dispatching or routing system can only dispatch manned vehicles on this object. You can NOT dispatch autonomous vehicles here.
  • Exclusive: Only Vehicles in autonomous mode are allowed to enter or use that element. Manned operated vehicles are to stay away. The dispatching or routing system can only dispatch autonomous vehicles on this element. It can NOT dispatch man operated vehicles here.
  • Mixed: Both manned and autonomous vehicles are allowed to use that resource and both can be dispatched to this element.