Add new feature alternate name types.
This commit is contained in:
parent
62519ff4ff
commit
e6aeaa5741
|
@ -138,6 +138,9 @@ NAME_TYPE_CHOICES = (
|
||||||
('official', 'official'),
|
('official', 'official'),
|
||||||
('historic', 'historic'),
|
('historic', 'historic'),
|
||||||
('colloquial', 'colloquial'),
|
('colloquial', 'colloquial'),
|
||||||
|
('icao', 'ICAO code'),
|
||||||
|
('iata', 'IATA code'),
|
||||||
|
('postcode', 'ZIP code'),
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user