The OSDM 3.4 spec includes an optional alternativeIds field in the Place response payload, with the following description:
Array of strings or null
For a place with ids in different reference systems, the alternative ids can be returned. The reference system is encoded in the string. E.g.: 'urn:uic:std:80000', 'x_swe:stn:10000', 'ch:1:sloid:343434'
The CSV data includes columns like db_id, obb_id, sncf_id and so on, with varying formats of data. We're assuming these map out to the above.
As of #67 we're no longer including this data, to keep things clean and lean, but if we choose to support this we can add it back in.
The OSDM 3.4 spec includes an optional
alternativeIdsfield in the Place response payload, with the following description:The CSV data includes columns like
db_id,obb_id,sncf_idand so on, with varying formats of data. We're assuming these map out to the above.As of #67 we're no longer including this data, to keep things clean and lean, but if we choose to support this we can add it back in.