Skip to content

Commit

Permalink
update geolocator to commit id 86a61bcfc2be8a628f41c2ead2002d3a7e9fc709.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Vautour committed Mar 21, 2024
1 parent f483be5 commit 0d2243e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/cloudformation/geolocator-web-presence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Resources:
Role: !GetAtt LambdaExecutionRole.Arn
CodeUri:
Bucket: !Ref DeploymentBucket
Key: cloudformation-templates/lambda/geolocator/geolocator-commit-2f475324b916378edee790a5aed63ced37544f6e.zip
Key: cloudformation-templates/lambda/geolocator/geolocator-commit-86a61bcfc2be8a628f41c2ead2002d3a7e9fc709.zip
MemorySize: 3009
Handler: index.handler
Timeout: 900
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"table": {
"type": "string",
"enum": ["category", "component", "generic", "province", "tableurl", "none"],
"enum": ["category", "component", "generic", "province", "none"],
"default" : "none",
"description": "return json dump of table"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
For the geonames key, 2 csv files (generic.csv, province.csv) contain generic location and province names.

The generic.csv and province.csv files are loaded into tables, to reduce API calls to the geonames service.
The geonames urls in tableurl.csv are used when tables need to be updated.

For the locate key, the component.csv file is used for province code lookup
The province.csv and component.csv files both contain province data. Province.csv has the numeric geonames province code. Component.csv has the province name abbreviation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ place,Place,Lieu
postalcode,Postal Code,Code postal
shop,Shop,Magasin
street,Street,Rue
tourism,Tourism,Tourisme
town,Town,Ville
village,Village,Village
waterway,Waterway,Voie navigable
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Code,en,fr
NL,Newfoundland and Labrador,Terre-Neuve et Labrador
NL,Newfoundland and Labrador,Terre-Neuve-et-Labrador
PE,Prince Edward Island,Île-du-Prince-Édouard
NS,Nova Scotia,Nouvelle-Écosse
NB,New Brunswick,Nouveau-Brunswick
Expand All @@ -15,4 +15,3 @@ NT,Northwest Territories,Territoires du Nord-Ouest
NU,Nunavut,Nunavut
UF,Undersea Feature,Entité sous-marine
IW,International Waters,Eaux internationales
CA,,

This file was deleted.

Binary file not shown.
Binary file not shown.

0 comments on commit 0d2243e

Please sign in to comment.