Skip to content

Commit

Permalink
Update TrafficFlowTileStyle descriptions for clarity (#11991)
Browse files Browse the repository at this point in the history
Co-authored-by: Eunice Lee <[email protected]>
  • Loading branch information
e337 and Eunice Lee authored Dec 8, 2020
1 parent a985437 commit 1a7d8fa
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
{
"name": "style",
"in": "query",
"description": "<p>The style to be used to render the tile.</p> <ul> <li> Absolute which returns colors reflecting the absolute speed measured. </li> <li> Relative to which returns the speed relative to free-flow. </li> <li> Relative-delay displays when relative speeds are different from the free-flow speeds. </li> </ul>",
"description": "<p>The style to be used to render the tile.</p>",
"required": true,
"type": "string",
"enum": [
Expand All @@ -287,15 +287,15 @@
"values": [
{
"value": "absolute",
"description": "Colors will reflect the absolute speed measured."
"description": "Colors will reflect the absolute speed measured. Absolute speed is the capability to access the full speed."
},
{
"value": "relative",
"description": "Colors will reflect the speed relative to free-flow."
"description": "This is the speed relative to free-flow, highlighting areas of congestion visualizing the traffic flow. Free-flow refers to conditions where there is no congestion and traffic can follow the speed limits. The most used option to visualize traffic flow on a map."
},
{
"value": "relative-delay",
"description": "Displays relative colors only where they are different from the freeflow speeds."
"description": "Displays relative colors only where they are different from the free-flow speeds. This option will only highlights areas of congestion."
},
{
"value": "reduced-sensitivity",
Expand Down

0 comments on commit 1a7d8fa

Please sign in to comment.