mirror of https://github.com/pelias/api.git
missinglink
9 years ago
14 changed files with 163 additions and 56 deletions
@ -0,0 +1,61 @@
|
||||
module.exports = [ |
||||
{ |
||||
'id': 'foobar', |
||||
'gid': 'osm:venue:foobar', |
||||
'layer': 'venue', |
||||
'source': 'osm', |
||||
'name': { |
||||
'default': '万里长城万里长城' |
||||
}, |
||||
'country_a': 'CHN', |
||||
'country': 'China', |
||||
'region': 'Beijing', |
||||
'confidence': 0.733 |
||||
}, |
||||
{ |
||||
'id': '185883777', |
||||
'gid': 'osm:venue:185883777', |
||||
'layer': 'venue', |
||||
'source': 'osm', |
||||
'name': { |
||||
'default': '万里长城' |
||||
}, |
||||
'country_a': 'CHN', |
||||
'country': 'China', |
||||
'region': 'Beijing', |
||||
'confidence': 0.733 |
||||
}, |
||||
{ |
||||
'id': '1877602615', |
||||
'gid': 'osm:venue:1877602615', |
||||
'layer': 'venue', |
||||
'source': 'osm', |
||||
'name': { |
||||
'default': '万里花' |
||||
}, |
||||
'country_a': 'JPN', |
||||
'country': 'Japan', |
||||
'region': 'Tokyo', |
||||
'county': '豊島区', |
||||
'locality': 'Tokyo', |
||||
'neighbourhood': '2丁目', |
||||
'confidence': 0.646 |
||||
}, |
||||
{ |
||||
'id': '231404818', |
||||
'gid': 'osm:venue:231404818', |
||||
'layer': 'venue', |
||||
'source': 'osm', |
||||
'name': { |
||||
'default': '万里加油站' |
||||
}, |
||||
'address': { |
||||
'street': 'S308', |
||||
'postalcode': '312044' |
||||
}, |
||||
'country_a': 'CHN', |
||||
'country': 'China', |
||||
'region': 'Zhejiang', |
||||
'confidence': 0.646 |
||||
} |
||||
]; |
Loading…
Reference in new issue