Skip to content

Commit

Permalink
Preparing release of version 1.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernie Jenny committed Mar 6, 2017
1 parent 19f9eea commit f0787b7
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 3 deletions.
17 changes: 16 additions & 1 deletion What's New.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,19 @@ Fixed bug in coordinate reference system for OpenStreetMap. The Earth sphere was

When OpenStreetMap points from previous versions are imported into MapAnalyst version 1.3.24, they will be offset by a few kilometers. There is a new function available at Maps > Correct OpenStreetMap Misalignment to move offset points to their correct location.

Dashed lines are no longer available to draw distortion visualisations, as they tend to crash the Java Virtual Machine.
Dashed lines are no longer available to draw distortion visualisations, as they tend to crash the Java Virtual Machine.

1.3.25
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.
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.
Improved readability and layout of various GUI elements.
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.

3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
identifier="ika.mapanalyst"
mainclassname="${main.class}"
icon="mac/appicon.icns"
shortversion="1.3.24"
shortversion="1.3.25"
copyright="© Bernhard Jenny, 2005–2017"
applicationCategory="public.app-category.graphics-design">
<classpath file="${dist.jar}" />
Expand All @@ -98,6 +98,7 @@
<jar compress="true" destfile="${dist.jar}" update="true">

<zipfileset src="./lib/jai_imageio.jar"/>
<zipfileset src="./dist/lib/JMapProjLib.jar"/>
<manifest>
<attribute value="${main.class}" name="Main-Class"/>
</manifest>
Expand Down
2 changes: 1 addition & 1 deletion src/ika/mapanalyst/ApplicationInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static String getApplicationName() {
* @return The version of this application.
*/
public static String getApplicationVersion() {
return "1.3.24";
return "1.3.25";
}

/**
Expand Down
Loading

0 comments on commit f0787b7

Please sign in to comment.