---
title: "Network of Paths and Cars (52)"
created: 2026-07-01
updated: 2026-07-01
type: concept
status: compiled
namespace: pattern-language
pattern_number: 52
pattern_name: "Network of Paths and Cars"
source_repository: https://github.com/zenodotus280/apl-md
source_url: https://github.com/zenodotus280/apl-md/blob/master/Patterns/Network%20of%20Paths%20and%20Cars%20%2852%29.md
license_note: Non-commercial reuse with attribution; see namespace README and source LICENSE.md.
related_patterns:
  - "Parallel Roads (23)"
  - "Looped Local Roads (49)"
  - "Green Streets (51)"
  - "Activity Nodes (30)"
  - "Promenade (31)"
  - "Paths and Goals (120)"
  - "Raised Walk (55)"
  - "Path Shape (121)"
  - "Road Crossing (54)"
---

# Network of Paths and Cars (52)

> Source pattern from the abridged `apl-md` corpus. Use as a design reference and constraint seed; do not treat as commercial-clean training data.

### Problem
>Cars are dangerous to pedestrians; yet activities occur just where cars and pedestrians meet.

### Solution
>Except where traffic densities are very high or very low, lay out pedestrian paths at right angles to roads, not along them, so that the paths gradually begin to form a second network, distinct from the road system, and orthogonal to it. This can be done quite gradually—even if you put in one path at a time, but always put them in the middle of the "block", so that they run across the roads.

### Related Patterns
... roads may be governed by [[Parallel Roads (23)]], [[Looped Local Roads (49)]], [[Green Streets (51)]]; major paths by [[Activity Nodes (30)]], [[Promenade (31)]], and [[Paths and Goals (120)]]. This pattern governs the interaction between the two.

Where paths have to run along major roads -- as they do occasionally -- build them 18 inches higher than the road, on one side of the road only, and twice the usual width -- [[Raised Walk (55)]]; on [[Green Streets (51)]] the paths can be in the road since there is nothing but grass and paving stones there; but even then, occasional narrow paths at right angles to the green streets are very beautiful. Place the paths in detail according to [[Path Shape (121)]]. Finally, treat the important street crossings and crosswalks, raised to the level of the pedestrian path -- so cars have to slow as they go over them -- [[Road Crossing (54)]].

---

> [!cite]- Alexander, Christopher. _A Pattern Language: Towns, Buildings, Construction_. Oxford University Press, 1977, p. 270.
> #APL/confidence/high
>
> #APL/Town-Patterns/Local-Networking
