mirror of https://github.com/pelias/api.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
682 B
32 lines
682 B
module.exports = [ |
|
{ |
|
'_id': '101914069', |
|
'layer': 'venue', |
|
'source': 'openstreetmap', |
|
'name': { |
|
'default': 'Nike World Headquarters' |
|
}, |
|
'parent': { |
|
'country_a': ['USA'], |
|
'country': ['United States'], |
|
'region': ['Oregon'], |
|
'region_id': ['85688513'] |
|
}, |
|
'confidence': 0.98 |
|
}, |
|
{ |
|
'_id': '2456::trimet::major_employer', |
|
'layer': 'major_employer', |
|
'source': 'transit', |
|
'name': { |
|
'default': 'Nike World Headquarters' |
|
}, |
|
'parent': { |
|
'country_a': ['USA'], |
|
'country': ['United States'], |
|
'region': ['Oregon'], |
|
'region_id': ['85688513'] |
|
}, |
|
'confidence': 0.50 |
|
} |
|
]; |