Skip to content

Commit 0049834

Browse files
committed
Added CHANGELOG updates up to 5.0.4 tagging.
1 parent 80d49ff commit 0049834

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
2014-03-13 dietrick <[email protected]>
2+
3+
* Tagged OpenMap 5.0.4
4+
5+
2014-03-12 dietrick <[email protected]>
6+
7+
* Added a GUI button to the MapTileLayer to delete the tile cache
8+
on disk for those layers using a ServerMapTileFactory. Disabled
9+
for layers solely relying on a single map tile directory accessed
10+
locally.
11+
12+
* Improved the property handling of the ommaptileservlet so that
13+
the web.xml specifies a property directory instead of the
14+
properties files themselves. Moving a new properties file into
15+
the directory (which specifies a new tile set) and reloading the
16+
servlet will load the new tileset or any changes. Update the
17+
MapTileMaker to implement EmptyTileHandler, which allows
18+
ommaptileservlet to generate tiles on the fly when they are
19+
needed, caching them for later requests.
20+
21+
* Fix for Geo.azimuth(Geo) method, which provided incorrect
22+
answsers moving away from the equator. Replaced with the
23+
GreatCircle.sphericalAzimuth algorithm while taking advantage of
24+
Geo's ellipsoid model.
25+
26+
* The com.bbn.openmap.dataAccess.shape package has some bug fixes,
27+
including some addition null pointer exception checks, a fix for
28+
off-by-one problem with extents, polyline/polygon M types being
29+
incorrectly sent to the Z methods.
30+
31+
* WholeWorldTileHandler has improved source directory handling.
32+
133
2013-11-25 dietrick <[email protected]>
234

335
* Tagged OpenMap 5.0.3

0 commit comments

Comments
 (0)