Skip to content

Commit

Permalink
Merge pull request #413 from mapzen/412-fix-typo-parking-aisle
Browse files Browse the repository at this point in the history
Fixed a typo in 'parking_aisle'
  • Loading branch information
zerebubuth committed Nov 30, 2015
2 parents a36e433 + 97f6351 commit 478b9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/functions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ BEGIN
WHEN highway_val = 'service' THEN CASE
WHEN service_val IS NULL THEN 14
WHEN service_val = 'alley' THEN 13
WHEN service_val IN ('driveway', 'parking aisle', 'drive-through') THEN 15
WHEN service_val IN ('driveway', 'parking_aisle', 'drive-through') THEN 15
ELSE NULL
END
ELSE NULL
Expand Down

0 comments on commit 478b9dd

Please sign in to comment.