update place type taxonomy

This commit is contained in:
rolux 2011-06-01 12:48:11 +02:00
commit 94f34a8d0e
2 changed files with 11 additions and 13 deletions

View file

@ -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,