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.
28 lines
432 B
28 lines
432 B
6 years ago
|
module.exports = [
|
||
|
{
|
||
|
'_id': '101914069',
|
||
|
'layer': 'venue',
|
||
|
'source': 'openstreetmap',
|
||
|
'name': {
|
||
|
'default': 'A place'
|
||
|
},
|
||
|
'parent': {
|
||
|
'country_a': ['USA']
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
'_id': '323',
|
||
|
'layer': 'venue',
|
||
|
'source': 'openstreetmap',
|
||
|
'name': {
|
||
|
'default': 'A place'
|
||
|
},
|
||
|
'address_parts': {
|
||
|
'zip': '97005'
|
||
|
},
|
||
|
'parent': {
|
||
|
'country_a': ['USA']
|
||
|
}
|
||
|
}
|
||
|
];
|