diff options
author | Dave Arter <davea@mysociety.org> | 2020-04-28 18:37:32 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-04-29 16:31:21 +0100 |
commit | b7d50b149173f9640a4d8566c9bd5b2980c30b6d (patch) | |
tree | 8349210175ff97560b5e877036044786825dc90f /web | |
parent | 19088df5efeb30ba3855893fc5080c5125a85152 (diff) |
[TfL] Add shelter_id asset attribute mapping
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/tfl/assets.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/tfl/assets.js b/web/cobrands/tfl/assets.js index 203df578f..ad58c5c8a 100644 --- a/web/cobrands/tfl/assets.js +++ b/web/cobrands/tfl/assets.js @@ -177,6 +177,7 @@ fixmystreet.assets.add(asset_defaults, { asset_id_field: 'STOP_CODE', attributes: { stop_code: 'STOP_CODE', + shelter_id: 'SHELTER_ID', }, asset_group: "Bus Stops and Shelters", asset_item: 'bus stop' |