# # ChangeLog for applications/viewer/jmapviewer/pom.xml in osm # # Generated by Trac 1.6 # 2025-11-24T21:55:12+01:00 Fri, 25 Apr 2025 16:34:30 GMT stoecker [36433] * applications/viewer/jmapviewer (modified) * applications/viewer/jmapviewer/bin (modified) * applications/viewer/jmapviewer/build.xml (modified) * applications/viewer/jmapviewer/pom.xml (modified) * applications/viewer/jmapviewer/releases/2.25 (added) * applications/viewer/jmapviewer/releases/2.25/JMapViewer-2.25-Source.zip (added) * applications/viewer/jmapviewer/releases/2.25/JMapViewer-2.25.zip (added) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSource.java (modified) * applications/viewer/jmapviewer/test/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSourceTest.java (modified) see #24274 - support quadkey style TMS URLs Tue, 04 Feb 2025 15:14:15 GMT stoecker [36381] * applications/viewer/jmapviewer (modified) * applications/viewer/jmapviewer/pom.xml (modified) * applications/viewer/jmapviewer/releases/2.24 (added) * applications/viewer/jmapviewer/releases/2.24/JMapViewer-2.24-Source.zip (added) * applications/viewer/jmapviewer/releases/2.24/JMapViewer-2.24.zip (added) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java (modified) JMapViewer 2.24, see #24116, prevent error when key retrival returns null Mon, 27 Jan 2025 14:07:07 GMT taylor.smock [36373] * applications/viewer/jmapviewer (modified) * applications/viewer/jmapviewer/build.xml (modified) * applications/viewer/jmapviewer/pom.xml (modified) * applications/viewer/jmapviewer/releases/2.23 (added) * applications/viewer/jmapviewer/releases/2.23/JMapViewer-2.23-Source.zip (added) * applications/viewer/jmapviewer/releases/2.23/JMapViewer-2.23.zip (added) Release 2.23 This also fixes the isJava9 property for Java 20+. Thu, 29 Aug 2024 19:27:58 GMT taylor.smock [36329] * applications/viewer/jmapviewer (modified) * applications/viewer/jmapviewer/pom.xml (modified) * applications/viewer/jmapviewer/releases/2.22 (added) * applications/viewer/jmapviewer/releases/2.22/JMapViewer-2.22-Source.zip (added) * applications/viewer/jmapviewer/releases/2.22/JMapViewer-2.22.zip (added) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java (modified) See #23888: Catch a NumberFormatException I'm uncertain as to what ... Mon, 12 Aug 2024 16:54:07 GMT taylor.smock [36306] * applications/viewer/jmapviewer (modified) * applications/viewer/jmapviewer/pom.xml (modified) * applications/viewer/jmapviewer/releases/2.21 (added) * applications/viewer/jmapviewer/releases/2.21/JMapViewer-2.21-Source.zip (added) * applications/viewer/jmapviewer/releases/2.21/JMapViewer-2.21.zip (added) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MemoryTileCache.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileCache.java (modified) Fix #23841: Bing: Automatically reload all tiles with `Error: ... Tue, 16 Jul 2024 16:56:38 GMT taylor.smock [36293] * applications/viewer/jmapviewer (modified) * applications/viewer/jmapviewer/build.xml (modified) * applications/viewer/jmapviewer/ivy.xml (deleted) * applications/viewer/jmapviewer/ivysettings.xml (deleted) * applications/viewer/jmapviewer/pom.xml (modified) * applications/viewer/jmapviewer/releases/2.20 (added) * applications/viewer/jmapviewer/releases/2.20/JMapViewer-2.20-Source.zip (added) * applications/viewer/jmapviewer/releases/2.20/JMapViewer-2.20.zip (added) Release 2.20 Additionally, replace ivy with maven for dependency ... Mon, 11 Mar 2024 20:33:09 GMT taylor.smock [36223] * applications/viewer/jmapviewer/build.xml (modified) * applications/viewer/jmapviewer/ivy.xml (modified) * applications/viewer/jmapviewer/pom.xml (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Coordinate.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/DefaultMapController.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Demo.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/FeatureAdapter.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewerRuntimeException.java (added) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MemoryTileCache.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmMercator.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileLoader.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Projected.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Style.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Tile.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/checkBoxTree/CheckBoxNodeEditor.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/checkBoxTree/CheckBoxNodePanel.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/events/JMVCommandEvent.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/IProjected.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/OsmTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/ScanexTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TMSTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSource.java (modified) * applications/viewer/jmapviewer/test/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSourceTest.java (modified) Fix some lint issues in JMapViewer This additionally updates some ... Wed, 10 Jan 2024 13:32:59 GMT taylor.smock [36202] * applications/viewer/jmapviewer/CONTRIBUTING.md (added) * applications/viewer/jmapviewer/RELEASING.md (added) * applications/viewer/jmapviewer/build.xml (modified) * applications/viewer/jmapviewer/pom.xml (added) * applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_checks.xml (modified) See #8269: Add initial Maven support to JMapViewer This is largely ...