mirror of https://github.com/pelias/api.git
Peter Johnson
6 years ago
committed by
Julian Simioni
5 changed files with 93 additions and 8 deletions
@ -0,0 +1,32 @@
|
||||
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 |
||||
} |
||||
]; |
Loading…
Reference in new issue