Skip to content

Commit

Permalink
Fixed formatting after GitHub updated CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
wisamuw authored Mar 16, 2024
1 parent f4921b3 commit ea9c9e1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* [Curb ramp](#-curb-ramp)
* [Flush curb](#-flush-curb)
* [Edges](#-edges)
* [Footway (plain)](#-footway-plain)
* [Footway (plain)](#-footway)
* [Sidewalk](#-sidewalk)
* [Crossing](#-crossing)
* [Traffic Island](#-traffic-island)
Expand Down Expand Up @@ -246,12 +246,12 @@ should be split such that endpoints are shared.

### Crossings do not connect to sidewalk centerlines

The OpenSidewalks Schema defines [Crossings](#edge-crossing) as
The OpenSidewalks Schema defines [Crossings](#-crossing) as
existing only on the street surface and
[Sidewalks](#-sidewalk) as describing only
the sidewalk centerline. There must therefore always be space between a
Sidewalk and a Crossing. A Sidewalk and Crossing should be connected by
a plain [Footway](#edge-footway).
a plain [Footway](#-footway).

### Curb interfaces and curb ramps are mapped at Edge endpoints

Expand Down Expand Up @@ -469,13 +469,13 @@ edges must have a unique `_id` field.
| **Description**
| The centerline of a sidewalk, a designated pedestrian path to the side of a street.
| **Subtype of**
| [Footway](#edge-footway)
| [Footway](#-footway)
| **Geometry**
| LineString
| **Identifying fields**
| `highway=footway`, `footway=sidewalk`
| **Optional Fields**
| All [optional fields of footway](#-footway-plain)<br>[description](#--description): Sidewalk-specific usage note: OpenSidewalks data will often infer a 'description' property that states where the sidewalk is in relation to its associated street. Example: "NW side of 5th Ave".
| All [optional fields of footway](#-footway)<br>[description](#--description): Sidewalk-specific usage note: OpenSidewalks data will often infer a 'description' property that states where the sidewalk is in relation to its associated street. Example: "NW side of 5th Ave".

</details>

Expand All @@ -487,13 +487,13 @@ edges must have a unique `_id` field.
| **Description**
| (Part of) the centerline of a pedestrian street crossing. A crossing exists only on the road surface itself, i.e. "from curb to curb".<br><br>Because crossings should be connected to the street network, they should be represented by at least two Edges: one from the first curb interface to the street centerline and one from the street centerline to the second curb interface, e.g..<br><br>Crossings should not be connected directly to sidewalk centerlines, as the sidewalk centerline is never the curb interface. Instead, a short footway should connect the two together.
| **Subtype of**
| [Footway](#edge-footway)
| [Footway](#-footway)
| **Geometry**
| LineString
| **Identifying fields**
| `highway=footway`, `footway=crossing`
| **Optional Fields**
| All [optional fields of footway](#-footway-plain)<br>[crossing:markings](#--crossing_markings)
| All [optional fields of footway](#-footway)<br>[crossing:markings](#--crossing_markings)

</details>

Expand All @@ -505,13 +505,13 @@ edges must have a unique `_id` field.
| **Description**
| The centerline of a footway traversing a traffic island. Some complex, long, or busy pedestrian crossings have a built-up "island" to protect pedestrians, splitting up the crossing of the street into two or more crossings. As a pedestrian uses this crossing, they will transition across these Edge elements: sidewalk → footway → crossing → traffic island → crossing → footway → sidewalk.
| **Subtype of**
| [Footway](#edge-footway)
| [Footway](#-footway)
| **Geometry**
| LineString
| **Identifying fields**
| `highway=footway`, `footway=traffic_island`
| **Optional Fields**
| All [optional fields of footway](#-footway-plain)
| All [optional fields of footway](#-footway)

</details>

Expand Down

0 comments on commit ea9c9e1

Please sign in to comment.