Skip to content

Commit

Permalink
Merge pull request google#431 from themonki/pr
Browse files Browse the repository at this point in the history
Adding Google Transit Extension: platform_code
  • Loading branch information
stotala committed Dec 19, 2018
2 parents 4c277fa + c74e237 commit 03e8ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/googletransit/stop.py
Expand Up @@ -26,7 +26,7 @@ class Stop(transitfeed.Stop):
- Overriding ValidateStopLocationType(), adding location_type 2 (entrance).
"""

_FIELD_NAMES = transitfeed.Stop._FIELD_NAMES + ['vehicle_type']
_FIELD_NAMES = transitfeed.Stop._FIELD_NAMES + ['vehicle_type', 'platform_code']

LOCATION_TYPE_ENTRANCE = 2

Expand Down

0 comments on commit 03e8ebf

Please sign in to comment.