From c84102daacd7ccb277c566d58cb5e387d4cf0f3e Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Wed, 19 Oct 2022 17:50:10 -0700 Subject: [PATCH] LP1981746 follow-up: docs and makefile updates The jammy target was merged after this PR was posted, so this commit adds the new dependency. Also adds release notes and a small update to the docs Signed-off-by: Jane Sandberg --- Open-ILS/src/extras/install/Makefile.ubuntu-jammy | 1 + docs/RELEASE_NOTES_NEXT/Administration/bing_maps.adoc | 5 +++++ docs/modules/admin_initial_setup/pages/geosort_admin.adoc | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/bing_maps.adoc diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-jammy b/Open-ILS/src/extras/install/Makefile.ubuntu-jammy index 230e8d25ae..0e1014ac3e 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-jammy +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-jammy @@ -101,6 +101,7 @@ export DEB_APACHE_DISCONF = \ export CPAN_MODULES = \ Geo::Coder::Google \ + Geo::Coder::Bing \ Business::OnlinePayment::PayPal \ Email::Send \ Locale::Country \ diff --git a/docs/RELEASE_NOTES_NEXT/Administration/bing_maps.adoc b/docs/RELEASE_NOTES_NEXT/Administration/bing_maps.adoc new file mode 100644 index 0000000000..7d47a90718 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/bing_maps.adoc @@ -0,0 +1,5 @@ +== Geosort feature can now use Bing Maps API == + +The API can be configured at *Server Administration* +-> *Geographic Location Service*. + diff --git a/docs/modules/admin_initial_setup/pages/geosort_admin.adoc b/docs/modules/admin_initial_setup/pages/geosort_admin.adoc index a06bd90cd4..a60dffc62f 100644 --- a/docs/modules/admin_initial_setup/pages/geosort_admin.adoc +++ b/docs/modules/admin_initial_setup/pages/geosort_admin.adoc @@ -70,7 +70,7 @@ automatically update to the translated value. * _Owner_ - Indicates which branch owns this service. This gives context to the two new permissions noted above but does not otherwise affect the * _Service Code_ - Determines which perl module to use for geocoding. -Valid values are Free, Google, or OSM. +Valid values are Free, Google, Bing, or OSM. ** As of 2021, the perl module 'Google' uses the https://metacpan.org/pod/Geo::Coder::Google[GeoCoder v3 API]. Administrators are strongly advised to review the current Google API documentation. You will assign Service Providers to specific Organizational Units using @@ -94,4 +94,4 @@ the Physical Address subtab. Click the *Save* button to save your changes. The latitude and longitude values are available in the *Org Address* -reporting source. \ No newline at end of file +reporting source. -- 2.11.0