Skip to content

Commit

Permalink
Gazetteer: Correct place name.
Browse files Browse the repository at this point in the history
  • Loading branch information
geofurlong committed Jun 12, 2024
1 parent 0aa8ac9 commit 5728234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gazetteer_create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ UPDATE gazetteer SET place_name = 'Strathcarron' WHERE elr='KYL' and place_name=
UPDATE gazetteer SET place_name = 'Duirinish' WHERE elr='KYL' and place_name='Dìurinis';
UPDATE gazetteer SET place_name = 'Duncraig' WHERE elr='KYL' and place_name='Craig' and total_yards > 55*1760;
UPDATE gazetteer SET place_name = 'Stromeferry' WHERE elr='KYL' and place_name='Strome Ferry';
UPDATE gazetteer SET place_name = 'Leven' WHERE elr IN ('MTL1', 'MTL2') and place_name='Innverleven';
UPDATE gazetteer SET place_name = 'Leven' WHERE elr IN ('MTL1', 'MTL2') and place_name='Innerleven';
UPDATE gazetteer SET place_name = 'Alness' WHERE elr='WCK' and place_name='Shillinghill';

-- ORDNANCE SURVEY ADMINISTRATIVE AREA.
Expand Down

0 comments on commit 5728234

Please sign in to comment.