|
@@ -43,7 +43,7 @@ def response(resp):
|
|
if 'display_name' not in r:
|
|
if 'display_name' not in r:
|
|
continue
|
|
continue
|
|
|
|
|
|
- title = r['display_name']
|
|
|
|
|
|
+ title = r['display_name'] or u''
|
|
osm_type = r.get('osm_type', r.get('type'))
|
|
osm_type = r.get('osm_type', r.get('type'))
|
|
url = result_base_url.format(osm_type=osm_type,
|
|
url = result_base_url.format(osm_type=osm_type,
|
|
osm_id=r['osm_id'])
|
|
osm_id=r['osm_id'])
|