Skip to content

Commit 4657710

Browse files
schnuerlethekaveman
authored andcommitted
Updating stops general link
1 parent 7bf04f4 commit 4657710

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

provider/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ To represent a route, MDS `provider` APIs must create a GeoJSON [`FeatureCollect
207207

208208
Routes must include at least 2 points: the start point and end point. Routes must include all possible GPS or GNSS samples collected by a Provider. Providers may round the latitude and longitude to the level of precision representing the maximum accuracy of the specific measurement. For example, [a-GPS][agps] is accurate to 5 decimal places, [differential GPS][dgps] is generally accurate to 6 decimal places. Providers may round those readings to the appropriate number for their systems.
209209

210-
*Docked* mobility providers must include a `stop_id` in the first and last Feature of each `route` by embedding the `stop_id` property in the Feature's `properties` object, as all trips for docked vehicles should originate/end at [Stops](/general-information.md#stop).
210+
*Docked* mobility providers must include a `stop_id` in the first and last Feature of each `route` by embedding the `stop_id` property in the Feature's `properties` object, as all trips for docked vehicles should originate/end at [Stops](/general-information.md#stops).
211211

212212
```js
213213
"route": {
@@ -280,7 +280,7 @@ Unless stated otherwise by the municipality, this endpoint must return only thos
280280

281281
### Event Locations
282282

283-
*Docked* mobility providers must include a `stop_id` in the Point Feature of each `event_location` that occurs at a [Stop](/general-information.md#stop) by embedding the `stop_id` property in the Feature's `properties` object.
283+
*Docked* mobility providers must include a `stop_id` in the Point Feature of each `event_location` that occurs at a [Stop](/general-information.md#stops) by embedding the `stop_id` property in the Feature's `properties` object.
284284

285285
### Status Changes Query Parameters
286286

0 commit comments

Comments
 (0)