From caeb8bf4b42e31bfd298b48d96d268a4b3998ed0 Mon Sep 17 00:00:00 2001 From: thomastrillium Date: Sun, 7 May 2017 20:16:19 -0700 Subject: [PATCH] areas.txt has oddly named "id" field instead of "area_id" Suggested change to name of field to make it fit other such fields in the spec. --- spec/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/reference.md b/spec/reference.md index 621d549..80070f7 100644 --- a/spec/reference.md +++ b/spec/reference.md @@ -27,7 +27,7 @@ A key concept in flexible services is the idea of a service area or zone. These | Field Name | Required? | Details | |------------|------------|---------| -| id | Required | The **id** field contains an ID that uniquely identifies an area. | +| area_id | Required | The **id** field contains an ID that uniquely identifies an area. | | lat | Required | The **lat** field specifies the latitude of a single point in the area’s polygon. The field value must be a valid WGS84 latitude. | | lon | Required | The **lon** field specifies the longitude of a single point in the area’s polygon. The field value must be a valid WGS84 longitude. | | sequence | Required | The **sequence** field associates the latitude and longitude of a single point with its sequence order in the area’s polygon. The value of **sequence** must be a non-negative integers and must increase sequentially between each point in the polygon. |