diff --git a/LICENSE.md b/LICENSE.md index e17f936..b2464a2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Justin Kunimune +Copyright (c) 2018 Justin Kunimune Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/MapAnalyzer.jar b/MapAnalyzer.jar index 8976737..5388506 100644 Binary files a/MapAnalyzer.jar and b/MapAnalyzer.jar differ diff --git a/MapDesignerRaster.jar b/MapDesignerRaster.jar index 70107af..4bac559 100644 Binary files a/MapDesignerRaster.jar and b/MapDesignerRaster.jar differ diff --git a/MapDesignerVector.jar b/MapDesignerVector.jar index d0f02b5..b1450a9 100644 Binary files a/MapDesignerVector.jar and b/MapDesignerVector.jar differ diff --git a/build.xml b/build.xml index 881a818..4396c46 100644 --- a/build.xml +++ b/build.xml @@ -40,22 +40,22 @@ - + - - + + - + - - + + - + - - + + diff --git a/src/apps/MapAnalyzer.java b/src/apps/MapAnalyzer.java index 5f22544..18d92e1 100644 --- a/src/apps/MapAnalyzer.java +++ b/src/apps/MapAnalyzer.java @@ -70,7 +70,7 @@ public static final void main(String[] args) { private static final double LN_10 = Math.log(10); - private static final int CHART_WIDTH = 420; + private static final int CHART_WIDTH = 500; private static final int FINE_SAMP_NUM = 2048; private static final double GLOBE_RES = .01;