update place type taxonomy
This commit is contained in:
parent
357968c4b1
commit
94f34a8d0e
2 changed files with 11 additions and 13 deletions
|
|
@ -431,10 +431,9 @@ Ox.ListMap = function(options, self) {
|
|||
{id: 'region', title: 'Region'},
|
||||
{id: 'city', title: 'City'},
|
||||
{id: 'borough', title: 'Borough'},
|
||||
{id: 'street', title: 'Street'},
|
||||
{id: 'premise', title: 'Premise'},
|
||||
{id: 'feature', title: 'Feature'},
|
||||
{id: 'other', title: 'Other'}
|
||||
{id: 'street', title: 'Street'}, // streets, squares, bridges, tunnels, ...
|
||||
{id: 'building', title: 'Building'},
|
||||
{id: 'feature', title: 'Feature'} // continents, islands, rivers, lakes, seas, oceans, ...
|
||||
],
|
||||
label: 'Type',
|
||||
labelWidth: 64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue