diff --git a/What's New.txt b/What's New.txt index 1fb41ba..3c00191 100644 --- a/What's New.txt +++ b/What's New.txt @@ -157,8 +157,8 @@ Dashed lines are no longer available to draw distortion visualisations, as they 6 March 2017 Zoom in and out maps with scroll wheel. Larger raster maps can now be displayed on the Windows operating system. -Faster and more stable loading and rendering of OpenStreetMap. -OpenStreetMap now has optional graticule (lines of longitude and latitude), tropics and polar circles. +Faster and more stable loading and rendering of OpenStreetMap thanks to [JMapViewer]. +OpenStreetMap now displays optional graticule (lines of longitude and latitude), tropics and polar circles. Coordinates are now displayed in degrees, minutes and seconds for OpenStreetMap. Added tooltip with coordinates for mouse pointer. Updated launch4j to version 3.9 for Windows exe file. @@ -167,3 +167,7 @@ Save and export file dialogs now suggest file names and file extensions. On macOS maps are now zoomed to full extend when MapAnalyst launches. Now using JMapProjLib for projection related code. +1.3.26 +20 April 2017 +Fixed “The file could not be saved” bug when saving a project file. +Fixed enabled status of OpenStreetMap menu items. \ No newline at end of file diff --git a/build.xml b/build.xml index 4820900..cdfa21d 100644 --- a/build.xml +++ b/build.xml @@ -78,7 +78,7 @@ identifier="ika.mapanalyst" mainclassname="${main.class}" icon="mac/appicon.icns" - shortversion="1.3.25" + shortversion="1.3.26" copyright="© Bernhard Jenny, 2005–2017" applicationCategory="public.app-category.graphics-design"> diff --git a/src/ika/mapanalyst/ApplicationInfo.java b/src/ika/mapanalyst/ApplicationInfo.java index 6553b98..8f68ff3 100644 --- a/src/ika/mapanalyst/ApplicationInfo.java +++ b/src/ika/mapanalyst/ApplicationInfo.java @@ -25,7 +25,7 @@ public static String getApplicationName() { * @return The version of this application. */ public static String getApplicationVersion() { - return "1.3.25"; + return "1.3.26"; } /**