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.
61 lines
1.2 KiB
61 lines
1.2 KiB
9 years ago
|
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
|
||
|
}
|
||
|
];
|