Skip to content

Commit ad3dc31

Browse files
avatarneilthekaveman
authored andcommitted
Switch from lat/lng to GeoJSON Point Feature
1 parent b4b6d67 commit ad3dc31

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

general-information.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@ All String fields, such as `vehicle_id`, are limited to a maximum of 255 charact
112112
|------------------------|-----------------------------------------------------------------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
113113
| stop_id | UUID | Required | Unique ID for stop |
114114
| stop_name | String | Required | Name of stop |
115-
| last_reported | Timestamp | Required | Date/Time that the stop was last updated |
116-
| lat | Double | Required | Latitude of the location |
117-
| lng | Double | Required | Longitude of the location |
115+
| last_reported | Timestamp | Required | Date/Time that the stop was last updated |
116+
| location | GeoJSON (Point Feature)[provider/README.md#geographic-data] | Required | Location of the Stop |
118117
| status | Enum | Required | Status of the Stop. See [Stop Statuses](#stop-statuses) table. |
119118
| capacity | {vehicle_type: number} | Required | Number of total spots per vehicle_type |
120119
| num_vehicles_available | {vehicle_type: number} | Required | How many vehicles are available per vehicle_type at this stop? |
@@ -129,7 +128,7 @@ All String fields, such as `vehicle_id`, are limited to a maximum of 255 charact
129128
| num_spots_available | {vehicle_type: number} | Optional | How many spots are free to be populated with vehicles at this stop? |
130129
| num_spots_disabled | {vehicle_type: number} | Optional | How many docks are disabled and unable to accept vehicles at this stop? |
131130
| parent_stop | UUID | Optional | Describe a basic hierarchy of stops (e.g.a stop inside of a greater stop) |
132-
| vehicle_ids | UUID[] | Optional | List of device_ids for vehicles which are currently at this stop |
131+
| vehicle_ids | UUID[] | Optional | List of device_ids for vehicles which are currently at this stop | |
133132

134133
### Stop Statuses
135134

0 commit comments

Comments
 (0)