File tree 3 files changed +23
-2
lines changed
src/openmap/com/bbn/openmap
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2016-12-09 Don Dietrick <
[email protected] >
2
+
3
+ * Tagged OpenMap 5.1.15
4
+
5
+ * MapBean internal listener support managers are final and
6
+ never get set to null, fixing a cleanup problem if listeners
7
+ try to disengage themselves from the MapBean after dispose()
8
+ has been called.
9
+
10
+ * EditableOMPoly grab points now in synchronized list to
11
+ handle rapid clicks and repaints.
12
+
13
+ * Updated MapTileLayer to have a property where the local file
14
+ cache can be saved or destroyed after use "saveCache".
15
+
16
+ * BufferedImageHelper fixed issue where images weren't getting
17
+ reloaded from the file system, a cached version of the image was
18
+ being used instead.
19
+
20
+ * MapTileCoordinateTransform has settable min/max zoom levels.
21
+
1
22
2016-08-05 Don Dietrick <
[email protected] >
2
23
3
24
* Tagged OpenMap 5.1.14
Original file line number Diff line number Diff line change 18
18
**/*.gif, **/*.png, **/IntersectionTest.java" />
19
19
<property name =" mac.app" value =" OpenMap.app" />
20
20
<property name =" jar.excludes" value =" ${ general.excludes } , **/*.java" />
21
- <property name =" openmap_version" value =" 5.1.15b " />
21
+ <property name =" openmap_version" value =" 5.1.15 " />
22
22
<property name =" openmap.ext" value =" ${ openmap.home } /src/ext" />
23
23
<property name =" openmap.src" value =" ${ openmap.home } /src/openmap" />
24
24
<property name =" svg.src" value =" ${ openmap.home } /src/svg" />
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public class MapBean extends JComponent
151
151
/**
152
152
* OpenMap version.
153
153
*/
154
- public static final String version = "5.1.15b " ;
154
+ public static final String version = "5.1.15 " ;
155
155
156
156
/**
157
157
* Suppress the copyright message on initialization.
You can’t perform that action at this time.
0 commit comments