-
Notifications
You must be signed in to change notification settings - Fork 62
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 #321 from headwaymaps/mkirk/configure-link-configu…
…ration dynamic/k8s configuration for about and contact links
- Loading branch information
Showing
12 changed files
with
140 additions
and
3 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 |
---|---|---|
|
@@ -27,6 +27,11 @@ HEADWAY_PUBLIC_URL=http://127.0.0.1:8080 | |
|
||
HEADWAY_HTTP_PORT=8080 | ||
|
||
HEADWAY_ABOUT_URL="https://about.maps.earth" | ||
HEADWAY_ABOUT_LINK_TEXT="About maps.earth" | ||
HEADWAY_CONTACT_URL="mailto:[email protected]?subject=Hello,%20Earth" | ||
HEADWAY_CONTACT_LINK_TEXT="Contact Us" | ||
|
||
## | ||
# The following are only needed for the scripts in bin/* | ||
# If you're not using them, we can leave these blank. | ||
|
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 |
---|---|---|
|
@@ -7,3 +7,7 @@ export HEADWAY_ENABLE_TRANSIT_ROUTING=1 | |
export HEADWAY_TRANSIT_AREAS="Barcelona LosAngeles PugetSound" | ||
export PELIAS_ELASTICSEARCH_MEMORY_REQUEST=8Gi | ||
export VALHALLA_MEMORY_REQUEST=4Gi | ||
export HEADWAY_ABOUT_URL="https://about.maps.earth" | ||
export HEADWAY_ABOUT_LINK_TEXT="About maps.earth" | ||
export HEADWAY_CONTACT_URL="mailto:[email protected]?subject=Hello,%20Earth" | ||
export HEADWAY_CONTACT_LINK_TEXT="Contact Us" |
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 |
---|---|---|
|
@@ -7,3 +7,7 @@ export HEADWAY_TRANSIT_AREAS=Seattle | |
export HEADWAY_BBOX="-122.462 47.394 -122.005 47.831" | ||
export PELIAS_ELASTICSEARCH_MEMORY_REQUEST=750Mi | ||
export VALHALLA_MEMORY_REQUEST=250Mi | ||
export HEADWAY_ABOUT_URL="https://about.maps.earth" | ||
export HEADWAY_ABOUT_LINK_TEXT="About maps.earth" | ||
export HEADWAY_CONTACT_URL="mailto:[email protected]?subject=Hello,%20Earth" | ||
export HEADWAY_CONTACT_LINK_TEXT="Contact Us" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ data: | |
public-url: https://maps.earth | ||
bbox: "" | ||
enable-transit-routing: "1" | ||
www-about-url: "https://about.maps.earth" | ||
www-about-link-text: "About maps.earth" | ||
www-contact-url: "mailto:[email protected]?subject=Hello,%20Earth" | ||
www-contact-link-text: "Contact Us" | ||
terrain-source-url: https://data.example.com/0.6.0/terrain.mbtiles | ||
landcover-source-url: https://data.example.com/0.6.0/landcover.mbtiles | ||
areamap-source-url: https://data.example.com/0.6.0/maps-earth-planet-v1.36/maps-earth-planet-v1.36.mbtiles | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ data: | |
public-url: https://maps.earth | ||
bbox: "" | ||
enable-transit-routing: "1" | ||
www-about-url: "https://about.maps.earth" | ||
www-about-link-text: "About maps.earth" | ||
www-contact-url: "mailto:[email protected]?subject=Hello,%20Earth" | ||
www-contact-link-text: "Contact Us" | ||
terrain-source-url: https://data.example.com/0.6.0/terrain.mbtiles | ||
landcover-source-url: https://data.example.com/0.6.0/landcover.mbtiles | ||
areamap-source-url: https://data.example.com/0.6.0/maps-earth-planet-v1.36/maps-earth-planet-v1.36.mbtiles | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ data: | |
public-url: https://seattle.maps.earth | ||
bbox: "-122.462 47.394 -122.005 47.831" | ||
enable-transit-routing: "1" | ||
www-about-url: "https://about.maps.earth" | ||
www-about-link-text: "About maps.earth" | ||
www-contact-url: "mailto:[email protected]?subject=Hello,%20Earth" | ||
www-contact-link-text: "Contact Us" | ||
terrain-source-url: https://data.example.com/dev/terrain.mbtiles | ||
landcover-source-url: https://data.example.com/dev/landcover.mbtiles | ||
areamap-source-url: https://data.example.com/dev/seattle-latest/Seattle.mbtiles | ||
|
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