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.
17 lines
199 B
17 lines
199 B
10 years ago
|
|
||
9 years ago
|
// querable types
|
||
10 years ago
|
|
||
|
module.exports = [
|
||
|
'geoname',
|
||
|
'osmnode',
|
||
|
'osmway',
|
||
|
'admin0',
|
||
|
'admin1',
|
||
|
'admin2',
|
||
10 years ago
|
'neighborhood',
|
||
10 years ago
|
'locality',
|
||
|
'local_admin',
|
||
10 years ago
|
'osmaddress',
|
||
10 years ago
|
'openaddresses'
|
||
9 years ago
|
];
|