diff --git a/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql b/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql index 6cfb55d0..19147faa 100644 --- a/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql +++ b/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql @@ -1388,7 +1388,7 @@ update places set parent_id = 23424972 where country_code = "TM" - and place_type = "Town";Å + and place_type = "Town"; -- States should be cities update places set place_type = "Town"