Fix error

This commit is contained in:
Ilya Zverev 2017-10-27 17:11:44 +03:00
parent af954c5b96
commit f89b340a11

View file

@ -170,7 +170,7 @@ class StopArea:
elif c_el['tags'].get('railway') == 'subway_entrance':
if distance(center, c_center) <= MAX_DISTANCE_NEARBY:
if c_el['type'] != 'node':
city.warn('Subway entrance is not a node', m_el)
city.warn('Subway entrance is not a node', c_el)
etag = c_el['tags'].get('entrance')
if etag != 'exit':
self.entrances.add(c_id)