[fix] place in UK that was parented by a postal_code
This commit is contained in:
0
scripts/geodata/geoplanet/__init__.py
Normal file
0
scripts/geodata/geoplanet/__init__.py
Normal file
@@ -172,6 +172,12 @@
|
||||
-- except for boroughs of London
|
||||
and parent_id != 44418;
|
||||
|
||||
-- One place in the UK (Garrison) is parented by a postal_code
|
||||
update places
|
||||
set parent_id = 20078335 -- Fermanagh
|
||||
where parent_id = 26353948; -- BT93 4
|
||||
|
||||
|
||||
-- Canada
|
||||
|
||||
-- Alberta
|
||||
|
||||
Reference in New Issue
Block a user