[Git][debian-gis-team/jmapviewer][bookworm-backports] 6 commits: New upstream version 2.24+dfsg
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Feb 10 05:02:50 GMT 2025
Bas Couwenberg pushed to branch bookworm-backports at Debian GIS Project / jmapviewer
Commits:
81a7f3de by Bas Couwenberg at 2025-02-05T05:28:44+01:00
New upstream version 2.24+dfsg
- - - - -
80c90df5 by Bas Couwenberg at 2025-02-05T05:28:45+01:00
Update upstream source from tag 'upstream/2.24+dfsg'
Update to upstream version '2.24+dfsg'
with Debian dir 00f2527d6ce898baedd230cb5cd14fd195225929
- - - - -
676d2c24 by Bas Couwenberg at 2025-02-05T05:28:57+01:00
New upstream release.
- - - - -
537477c7 by Bas Couwenberg at 2025-02-05T05:29:52+01:00
Set distribution to unstable.
- - - - -
33d947f6 by Bas Couwenberg at 2025-02-10T05:58:54+01:00
Merge tag 'debian/2.24+dfsg-1' into bookworm-backports
releasing package jmapviewer version 2.24+dfsg-1
- - - - -
fd8ada00 by Bas Couwenberg at 2025-02-10T05:59:00+01:00
Rebuild for bookworm-backports.
- - - - -
2 changed files:
- debian/changelog
- src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+jmapviewer (2.24+dfsg-1~bpo12+1) bookworm-backports; urgency=medium
+
+ * Rebuild for bookworm-backports.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 10 Feb 2025 05:58:57 +0100
+
+jmapviewer (2.24+dfsg-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 05 Feb 2025 05:29:43 +0100
+
jmapviewer (2.23+dfsg-1~bpo12+1) bookworm-backports; urgency=medium
* Rebuild for bookworm-backports.
=====================================
src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
=====================================
@@ -158,7 +158,9 @@ public class BingAerialTileSource extends TMSTileSource {
String key = FeatureAdapter.getSetting(API_KEY_SETTING, API_KEY);
if (API_KEY.equals(key)) { // If the API key has not been customized, we try to retrieve the API key
try {
- key = FeatureAdapter.retrieveApiKey(this.getId());
+ String rkey = FeatureAdapter.retrieveApiKey(this.getId());
+ if (rkey != null)
+ key = rkey;
} catch (IOException ioException) {
FeatureAdapter.getLogger(this.getClass()).log(Level.WARNING, "Failed to retrieve api key", ioException);
}
View it on GitLab: https://salsa.debian.org/debian-gis-team/jmapviewer/-/compare/2a8e8f7315985a7358778521f865f53a2c9ffe51...fd8ada009c0cf311fe95ae879a2e9236a3870c00
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/jmapviewer/-/compare/2a8e8f7315985a7358778521f865f53a2c9ffe51...fd8ada009c0cf311fe95ae879a2e9236a3870c00
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250210/186311c9/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list