Skip to content

Commit

Permalink
increase max image size
Browse files Browse the repository at this point in the history
  • Loading branch information
jkunimune committed Feb 12, 2025
1 parent 858db84 commit d7140e6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified MapAnalyzer.jar
Binary file not shown.
Binary file modified MapDesignerRaster.jar
Binary file not shown.
Binary file modified MapDesignerVector.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="dir.commons" value="C:\Program Files\Java\commons-math3-3.6.1"/>
<property name="dir.jre" value="C:\Program Files\Java\jre-1.8"/>
<property name="dir.jarfile" value="."/>
<property name="version" value="3.7.1"/>
<property name="version" value="3.7.2"/>
<property name="year" value="2024"/>

<target name="setup">
Expand Down
2 changes: 1 addition & 1 deletion src/dialogs/MapConfigurationDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

public class MapConfigurationDialog extends Dialog<Boolean> {

public final int MIN_SIZE = 5, MAX_SIZE = 30000;
public final int MIN_SIZE = 16, MAX_SIZE = 60000;
public final double DEF_SIZE = 1200;


Expand Down

0 comments on commit d7140e6

Please sign in to comment.