text
stringlengths
0
92
*******************************************************************************
* M O B I L E A T L A S C R E A T O R *
*******************************************************************************
* V E R S I O N I N F O R M A T I O N *
*******************************************************************************
+ = Additions since previous version
! = Bug fixes since previous version
~ = Changes since previous version
- = Features that has been removed
=======
2.3.3 (2023-10-13)
! BSH map sources: fixed Cannot access method addRequestProperty when using
Java 17+ (#383)
2.3.2 (2023-09-29)
! MBTiles: prevent duplicate tiles in mbtiles database
! MBTiles: atlases are now restricted to one map per zoom level
~ Updated Mapsforge to 0.20
2.3.1 (2023-01-18)
! Mapsforge: VALIDATE_COORDINATES=false to avoid problems at the borders of
the world
! "Show Readme" menu command fixed (#380)
! MBTiles bounds changed to match the specification: "Bounds must define an
area covered by all zoom levels."
2.3.0 (2022-08-11)
~ Mapsforge library updated to version 0.18
! Fixed PNG 4bit/8bit tile processing
! Fixed problems with the used Berkeley DB JE on systems with Turkish locale
(tile store database library was upgraded to version 5.0.73)
~ MBTiles database format upgraded to 1.3 (minzoom/maxzoom added, FR #307)
+ Added image format WEBP as tile type including detection on download
+ Alpine Quest Map files (.aqm) can be used as local map source
<localTileSQLite>
2.2.3.2 (2022-05-15)
! Fixed StackOverflowError when opening settings dialog (#372)
2.2.3.1 (2022-05-09)
! Fixed problems with MapEvaluator (missing resources #370)
2.2.3 (2022-05-06)
! Fixed fallback to English when a localized string is missing in the selected
language
! Fixed min/max zoom info for SQLite based atlas: RMaps, BackCountry, OsmAnd
SQLite, Maverick, MBTiles, BigPlanet Tracks (#365)
~ Detection of JPEG image type improved (more variants are now detected)
~ Mapsforge library updated to version 0.17
+ customWmsMapSource: <coordinateunit> entry allows to switch between
meter/degree (replaces wgs84 parameter)
2.2.2 (2022-01-31)
- Dropped support for Java 8 - Java 11+ is now required
~ Allow transparent background on CustomMultiLayerMap (#359)
! FreemapSlovakia maps updated
~ Boolean fields in custom map sources that can be true or false now only
accept one of those values
+ BSH Tools method "alert" added
! BSH map sources did not correctly apply ignoreError=true setting in
multi-layer maps and other occasions
! Custom multi-layer XML map source: fixed a minor problem with mapping
alpha values to layers in case not all layers return an image
+ Custom WMS map source support for v1.3.0 with EPSG:4171 and wgs84 mode
thanks to Nicolas Paour
! Tile calculation fixed for local map sources
~ Logging backend changed from log4j to slf4j+logback
2.2.1 (2021-06-02)
! Loading an MOBAC XML profile can cause java.lang.NullPointerException
! "OsmAnd tile storage" atlas format: fixed file name scheme of generated
map tiles to "YYYYYYpng.tile" (#356)
! Freemap Slovakia maps fixed (FR#306)
- Non-working maps "OSMapa-Topo..." removed
- Non-working map "FAA Sectional Charts" removed
- Non-working map "MoldovaPointMd" removed
! Fixed bounds calculation for negative lat/lon values for MBTiles and
GeoPackage maps (#358)
2.2.0 (2021-04-10)
! MOBAC build system changed to Gradle
+ Support for ARM based MacOS systems (SQLite library)
- Support for 32bit systems dropped
! fixed Jaxb problem causing a NullPointerException with defineClass
is null (#355)
2.1.4 (2020-12-22)
+ Russian translation added (thanks to xmember)
+ Preview map view: Show detailed error in each tile if download had failed.
! Default map tile expiration time was not correctly applied when the server
does not provide an expiration time (see #342).
! TileDownloader ignored used customized settings (e.g. expiration times)
see #342
! Correct handling of tile counter for multi-layered local map sources (#345)
! Custom map sources with invertYCoordinate=true save tiles in cache to the
wrong (inverted) tile coordinate (#349). Note that fixing this issue means
that all saved tile caches of custom map sources have to be cleared as the
tiles are saved to invalid coordinates.