-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from ibi-group/rebuild
Support Infinite Geocoders, Support Offline Geocoder
- Loading branch information
Showing
6 changed files
with
113 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
LAMBDA_EXEC_SG: Insert AWS Security Group ID Here (it must be in the same VPC as the subnet) | ||
LAMBDA_EXEC_SUBNET: Insert AWS Subnet ID Here (it must be in the same VPC as the security group) | ||
BUGSNAG_NOTIFIER_KEY: INSERT BUGSNAG NOTIFIER KEY HERE | ||
GEOCODER_API_KEY: INSERT API KEY HERE | ||
GEOCODE_EARTH_URL: https://api.geocode.earth/v1 # Not needed if geocode.earth is not used | ||
CSV_ENABLED: true | ||
CUSTOM_PELIAS_URL: http://<insert your Pelias endpoint here>/v1 | ||
GEOCODER: HERE # Options: HERE, PELIAS | ||
TRANSIT_GEOCODER: (optional) OTP/PELIAS | ||
TRANSIT_BASE_URL: (conditionally required) OTP instance when TRANSIT_GEOCODER=OTP (/otp/routers/{routerId}) | ||
|
||
SECONDARY_GEOCODER: (optional) HERE/PELIAS | ||
SECONDARY_GEOCODER_API_KEY: (optional) INSERT SECONDARY API KEY HERE | ||
SECONDARY_GEOCODE_EARTH_URL: (optional) https://api.geocode.earth/v1 # Not needed if geocode.earth is not used | ||
|
||
REDIS_HOST: (optional) <insert IP of redis host here> | ||
REDIS_KEY: (optional) <insert redis password here> | ||
GEOCODERS: <Stringified JSON Array of OTP-UI `GeocoderConfig`s> | ||
BACKUP_GEOCODERS: <Stringified JSON Array of OTP-UI `GeocoderConfig`'s. Same length and order as GEOCODERS> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.