|
| 1 | +2013-07-03 dietrick < [email protected]> |
| 2 | + |
| 3 | + * Released OpenMap 5.0.1 |
| 4 | + |
| 5 | +2013-06-19 dietrick < [email protected]> |
| 6 | + |
| 7 | + * Added NPE checks to BufferedImageRenderPolicy and OMScalingRaster. |
| 8 | + |
| 9 | + * Added width acessors to OMText. Added Executor methods to |
| 10 | + TaskService to allow customization and control for Layer |
| 11 | + threading. |
| 12 | + |
| 13 | +2013-05-20 dietrick < [email protected]> |
| 14 | + |
| 15 | + * Updates to OMScalingRaster to gracefully handle memory |
| 16 | + exceptions if the scaled image is too big. Updated javadocs and |
| 17 | + java comments in these classes, added Logger for ScaleFilterLayer. |
| 18 | + |
| 19 | + * Refactored the LayerHandler so it uses a List<Layer> internally |
| 20 | + to manage Layers. Created the LayerConfigurationListener interface |
| 21 | + and LayerConfigurationListenerSupport object, both of which are |
| 22 | + used by the LayerHandler to pre-notify components when the active |
| 23 | + layers for the application are about to change. The |
| 24 | + LayerConfigurationListener has the opportunity to make |
| 25 | + modifications to the layer configuration, or change visibility of |
| 26 | + other layers, etc. Added the BasicLayerConfigurationListener, an |
| 27 | + example component that changes the projection of the MapBean to |
| 28 | + CADRG if an RpfLayer is active. |
| 29 | + |
| 30 | +2013-04-13 dietrick < [email protected]> |
| 31 | + |
| 32 | + * Cleaned up debugging. Updated LOS code API for better control. |
| 33 | + Updated WMSPlugIn setProperties so the current values aren't |
| 34 | + zeroed out of they aren't set. |
| 35 | + |
| 36 | +2013-04-23 dietrick < [email protected]> |
| 37 | + |
| 38 | + * Moved the smarts for zoom levels out of the MapTileMaker class |
| 39 | + and put them in the MapTileCoordinateTransform classes. Added |
| 40 | + AbstractMapTileCoordinateTransform class to merge similar methods |
| 41 | + and functionality for existing mtct classes. Updated other |
| 42 | + classes to call mtc functions instead of MapTileMaker static |
| 43 | + functions. |
| 44 | + |
| 45 | +2013-04-16 dietrick < [email protected]> |
| 46 | + |
| 47 | + * Added RelayMapTileSet for MapTileServlet, which fetches tiles |
| 48 | + from a remote server and caches them locally. Updated |
| 49 | + TerrainLayer to eliminate some verbose error messages. |
| 50 | + |
| 51 | + * Added Kevin's (kpfarr) fix to RpfTocHandler for merging entry |
| 52 | + coverages properly. |
| 53 | + |
1 | 54 | 2013-03-02 dietrick < [email protected]>
|
2 | 55 |
|
3 | 56 | * Added the ClckOrDrgUndefinedState to the omGraphics.editable
|
|
37 | 90 |
|
38 | 91 | 2013-02-27 dietrick < [email protected]>
|
39 | 92 |
|
40 |
| - * Made a bunch of adjustmetns as recommended by FindBug, regarding |
| 93 | + * Made a bunch of adjustments as recommended by FindBug, regarding |
41 | 94 | null pointer checks, equality checks, stuff like that.
|
42 | 95 |
|
43 | 96 | * Added AzimuthPanner abstract class with Standard and Shapefile
|
|
0 commit comments