LP1981746 follow-up: docs and makefile updates
authorJane Sandberg <sandbergja@gmail.com>
Thu, 20 Oct 2022 00:50:10 +0000 (17:50 -0700)
committerJane Sandberg <sandbergja@gmail.com>
Thu, 20 Oct 2022 00:50:10 +0000 (17:50 -0700)
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 <sandbergja@gmail.com>

Open-ILS/src/extras/install/Makefile.ubuntu-jammy
docs/RELEASE_NOTES_NEXT/Administration/bing_maps.adoc [new file with mode: 0644]
docs/modules/admin_initial_setup/pages/geosort_admin.adoc

index 230e8d2..0e1014a 100644 (file)
@@ -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 (file)
index 0000000..7d47a90
--- /dev/null
@@ -0,0 +1,5 @@
+== Geosort feature can now use Bing Maps API ==
+
+The API can be configured at *Server Administration*
+-> *Geographic Location Service*.
+
index a06bd90..a60dffc 100644 (file)
@@ -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.