Active Hazard Profile

Safety Profile: The 11foot8 Bridge

Localized spatial clearance diagnostic report for transport dispatch and CDL routing.

Infrastructure Constraints

Location / State Durham, North Carolina
Constraint Type Low Clearance
Risk Severity CRITICAL
Max Safe Vertical Clearance Limit 11.66 Feet (raised)

Navigational Context

This structural briefing is prepared by WillMyTruckFit's geospatial dispatch center. The 11foot8 Bridge represents a verified hazard for heavy freight fleets, high-profile RVs, and commercial haulers.

Known globally as the 'Can Opener', this bridge has peeled the roofs off hundreds of commercial vehicles despite warning signs and crash beams.

⚠️ CRITICAL CDL SAFETY WARNING

Operating a vehicle exceeding 11.66 Feet (raised) through this coordinate threshold poses an immediate risk of catastrophic bridge strike, cargo destruction, trailer decapitation, or severe overhead collision. Drivers must divert routes immediately if loaded specifications exceed this threshold.

B2B TMS Integration

To programmatically filter routes and warn heavy truck drivers before they encounter structural bottlenecks like The 11foot8 Bridge, integrate our high-speed geospatial clearance API directly into your TMS, dispatch board, or custom fleet GPS solutions.

// GET /api/v1/hazards?lat=40.7128&lng=-74.0060&vehicle_height=13.6
{
  "status": "success",
  "hazards_found": 1,
  "data": [
    {
      "id": "hzd_11f",
      "type": "low_clearance",
      "height_ft": 11.66,
      "desc": "The 11foot8 Bridge",
      "severity": "CRITICAL",
      "detour_available": true
    }
  ]
}