Skip to content

Commit d415bd0

Browse files
committed
removing unused reference links
1 parent d5a5992 commit d415bd0

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

general-information.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ If an unsupported or invalid version is requested, the API must respond with a s
344344
[general-stops]: /general-information.md#stops
345345
[geo]: #geographic-data
346346
[geojson-feature]: https://tools.ietf.org/html/rfc7946#section-3.2
347-
[geojson-feature-collection]: https://tools.ietf.org/html/rfc7946#section-3.3
348347
[geojson-point]: https://tools.ietf.org/html/rfc7946#section-3.1.2
349348
[policy]: /policy/README.md
350349
[provider]: /provider/README.md

provider/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ To represent a route, MDS `provider` APIs must create a GeoJSON [`FeatureCollect
190190

191191
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.
192192

193-
Trips that start or end at a [Stop][general-stops] must include a `stop_id` property in the first (when starting) and last (when ending) Feature of the `route`. See [Stop-based Geographic Data][stop-based-geo] for more information.
193+
Trips that start or end at a [Stop][stops] must include a `stop_id` property in the first (when starting) and last (when ending) Feature of the `route`. See [Stop-based Geographic Data][stop-based-geo] for more information.
194194

195195
```js
196196
"route": {
@@ -405,18 +405,14 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
405405
[beta]: /general-information.md#beta
406406
[costs-and-currencies]: /general-information.md#costs-and-currencies
407407
[data-latency]: #data-latency-requirements
408-
[decimal-degrees]: https://en.wikipedia.org/wiki/Decimal_degrees
409408
[dgps]: https://en.wikipedia.org/wiki/Differential_GPS
410409
[events]: #events
411410
[events-schema]: events.json
412411
[event-times]: #event-times
413412
[gbfs]: https://github.com/NABSA/gbfs
414413
[general-information]: /general-information.md
415-
[general-stops]: /general-information.md#stops
416414
[geo]: /general-information.md#geographic-data
417-
[geojson-feature]: https://tools.ietf.org/html/rfc7946#section-3.2
418415
[geojson-feature-collection]: https://tools.ietf.org/html/rfc7946#section-3.3
419-
[geojson-point]: https://tools.ietf.org/html/rfc7946#section-3.1.2
420416
[iana]: https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
421417
[intersection]: /general-information.md#intersection-operation
422418
[iso4217]: https://en.wikipedia.org/wiki/ISO_4217#Active_codes
@@ -429,7 +425,6 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
429425
[status-schema]: status_changes.json
430426
[stops]: /general-information.md#stops
431427
[stop-based-geo]: /general-information.md#stop-based-geographic-data
432-
[st-intersects]: https://postgis.net/docs/ST_Intersects.html
433428
[toc]: #table-of-contents
434429
[trips]: #trips
435430
[trips-schema]: trips.json
@@ -440,4 +435,3 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
440435
[vehicle-events]: /general-information.md#vehicle-state-events
441436
[vehicles-schema]: vehicles.json
442437
[versioning]: /general-information.md#versioning
443-
[wgs84]: https://en.wikipedia.org/wiki/World_Geodetic_System

0 commit comments

Comments
 (0)