diff --git a/mapsme_subways.py b/mapsme_subways.py index c25cbd0..29c84c6 100755 --- a/mapsme_subways.py +++ b/mapsme_subways.py @@ -324,8 +324,8 @@ def prepare_mapsme_data(transfers, cities): 'int_name': stop.int_name, 'lat': stop.center[1], 'lon': stop.center[0], - 'osm_type': OSM_TYPES[stop.id[0]][1], - 'osm_id': int(stop.id[1:]), + 'osm_type': OSM_TYPES[stop.station.id[0]][1], + 'osm_id': int(stop.station.id[1:]), 'id': uid(stop.id), 'entrances': [], 'exits': [],