Skip to content

Latest commit

 

History

History
253 lines (219 loc) · 16.3 KB

Changelog.md

File metadata and controls

253 lines (219 loc) · 16.3 KB

Changelog

New since 0.8.0

  • Map frame buffer improvements #977
  • Hillshading improvements #923
  • Polyline overlay touch events #998
  • Polygon overlay touch events #999
  • Circle overlay touch events #996
  • MapFile supports FileChannel as input #982
  • XmlPullParser different implementations #974
  • Desktop: fix blurred map view #978
  • POI: version 2 with multiple categories #950
  • POI: multiple patterns in search #988
  • POI: add non-closed ways #947
  • POI: add geo tagging #946
  • POI: add named entities option #949
  • POI: fix multiple POI categories #940
  • Feature parameters #994
  • Writers: Osmosis 0.46 with protobuf 3 #1002
  • Many other minor improvements and bug fixes
  • Solved issues

Version 0.8.0 (2017-03-18)

  • Android fix hardware acceleration #919 #613
  • Hillshading from HGT digital elevation model data #923
  • Android tile cache folder option #913
  • Android SVG cache folder option #914
  • Desktop tile cache creation utility #915
  • Desktop MapView custom listeners #935
  • Map writer: multiple threads option (default 1) #920
  • Many other minor improvements and bug fixes
  • Solved issues

Version 0.7.0 (2016-12-30)

  • Multithreaded rendering improvements #591 #806
  • Fix map disappearance at large zoom levels #572
  • Map writer: polygon label position enhancements #886
  • Map writer: house numbers (nodes) include at zoom 17 #895
  • Map writer: simplification max zoom option #892
  • POI writer: allow empty categories option #883
  • Multiple maps with different zoom levels #911
  • Map rotation (external) in library #637
  • Group layer implementation #860
  • SVG symbols customization #858
  • Map scale bar size scaling #861
  • Group marker example #905
  • Deprecate water tiles rendering #640
  • mapsforge-themes module #848
  • New default internal render theme #903
  • Internal render themes new SVG resources #904
  • Render theme resources without location prefixes #847
  • SpatiaLite natives published artifacts #849
  • SNAPSHOT builds publish to Sonatype OSSRH #873
  • Deprecate Maven build #852
  • Deprecate CI server #877
  • Drop of dev branch
  • Internal render themes various improvements #857
  • Many other minor improvements and bug fixes
  • Solved issues

Version 0.6.1 (2016-06-11)

  • POI Search API #728
  • Render Theme v5: pathText repeat options #473
  • Render Theme v5: scale options #814
  • Render Theme v5: deprecate 'symbol-scaling' option #815
  • Map writer improved area heuristics #788 #795
  • Reverse Geocoding example #727
  • LabelLayer enhanced implementation #763
  • Street name rendering improvements #644
  • Color filters in map rendering #778
  • Night mode example #777
  • Layers redraw option #817
  • Zoom level limits central handling #646
  • Simplified tile layer creation #833
  • Android gestures options #705
  • Java onTap layer listener #774
  • Online tile source enhancements #823
  • Diagnostic layers improvements #821
  • Android samples hardware acceleration preference #825
  • Library integration documentation #781
  • Jar with dependencies building #767
  • Sample applications reorganization #724
  • Code formatting improvements #782
  • Many other minor improvements and bug fixes
  • Solved issues

Version 0.6.0 (2015-11-25)

  • Multilingual maps #624
  • Writer language improved parsing #663
  • MapDataStore extensibility #668
  • Android gestures total overhaul #688
  • Android gesture: fling #219
  • Android gesture: quick scale #651
  • Marker clustering example #669
  • BoundingBox enhancements #660
  • Path enhancements #676
  • Customizable zoom controls #700
  • Android View overlay #680
  • Simplification of MapView API #662
  • AWT library reorganization #714
  • XSD repositioning for online validation #672
  • Android 6 / SDK 23 / Runtime permission support #704
  • Map creation with coastlines documentation
  • Fix invalid number of way nodes #645
  • Many other minor improvements and bug fixes
  • Solved issues

Version 0.5.2 (2015-08-23)

  • Multi-threaded map rendering #73
  • Hardware acceleration improvements #613
  • Touch gesture improvements and fixes #616
  • Scale gesture through focal point #626
  • Geographic grid layer improvements #574
  • Map writer tag-mapping improvements #339 #586
  • Render themes improvements #608 #615
  • Scale bar enhancements #597
  • Zoom controls enhancements #598
  • Map buffer size adjustable #619
  • MyLocationOverlay moved in Samples #657
  • External Map Rotation example improvements #637
  • LabelLayer improvements #595 #639 #642
  • Simplified cleanup operation #620
  • Many other minor improvements and bug fixes
  • Solved issues

Version 0.5.1 (2015-03-18)

  • Support for more general map data sources through MapDataStore interface
  • Persistent Caching.
  • SVG rendering for Java with SVG Salamander
  • Internal rendertheme (osmarender) using SVG symbols by default
  • Resource memory/file cache: common clear methods
  • Documentation updates.
  • Various bug fixes.
  • Geographic grid layer.
  • External Map Rotation example in Samples.

Version 0.5.0 (2014-12-08)

  • Rendertheme V4.
  • Scalebar now with the option of using two units at the same time. New unit: nautical.
  • Line breaks in labels: this is the most fragile change at the moment as it does not play well with the label placement algorithm.
  • Improved tile caching: bugs fixed and optional threading for better performance.
  • TileStoreLayer using the standard TMS directory layout of zoomlevel/y/x.
  • New SVG library having better compliance with SVG spec.
  • New render theme xml parser for better performance.
  • Caching of rendered SVG symbols & delayed rendering.
  • Simplify map writer plugin installation in Osmosis.
  • Fixes to Rendertheme V4 with most notably improved tiling of area shaders.
  • Rendertheme V4: added display directive to force symbols to appear.
  • Rendertheme V4: added optional map-background-outside to blank out non-map areas.
  • Introduced MapViewerTemplate for easier development of Android apps and simplified the Android Samples app.
  • Android Lollipop support, various upgrades to latest software, Java 8 (for maven only so far).
  • Map Reader fix for long ways.
  • Map Writer fix to clip multi-polygons and area detection.
  • Cache calculation improvements.
  • Changes to support the new standard for encoding land/sea area.
  • Fix for #332 (invalid geometries in map writer).
  • Fix for #549 (ordering of label drawing).
  • Improved documentation integrated into git.
  • Move to github.

Version 0.4.3 (2014-05-10)

Version 0.4.X is what during a period was known as the 'rescue' branch. It is based on an extensive rewrite of the mapsforge library that is incompatible with the previous releases. The mapfile format however has not changed and map files from 0.3 can still be used.

  • Better modular design of the entire project.
  • Support for Java-only applications, see the SwingMapViewer subproject.
  • Map views are not directly coupled to activities any more and can be used with modern Android design concepts.
  • More flexible overlay model.
  • Tightened-up memory handling.
  • Support for device screen scaling.
  • Support for SVG files as map icons.
  • Gradle as build system in addition to Maven.
  • Updated icons of default render theme.
  • Available from Maven Central.
  • Use mapsforge svg-android.

For a demonstration of the capabilities refer to the Samples app.

Version 0.3.0 (2012-03-18)

  • New version of the binary map file format, see Specification Binary Map File.
  • New render theme API for custom map styles. (issue 31)
  • Allow for custom tile download classes. (issue 204)
  • Position of the zoom controls is now configurable. (issue 155)
  • The map scale bar supports metric and imperial units. (issue 167)
  • A preferred language can now be set for the map-writer. (issue 90)
  • Introduced maven as build system for the mapsforge project.
  • Major refactoring of the package structure in the map library.
  • Moved the map-reader code to a new, Android-independent subproject.
  • Many other minor improvements and bug fixes.

Version 0.2.4 (2011-06-28)

  • AdvancedMapViewer now supports all location providers.
  • Snap to position can be toggled if current position is shown.
  • Support for multi-polygons in Overlay API.
  • Support for long press events in Overlay API.
  • Added metadata API for map files.
  • Many other minor improvements and bug fixes.

Version 0.2.3 (2011-05-12)

  • License change from GPL3 to LGPL3.
  • Added animations to the MapView when zooming in and out.
  • The text size of the map renderer can be adjusted at runtime.
  • Rendering of symbols along ways, used for example on one-way roads.
  • The maximum zoom level of the MapView may now be set at runtime.
  • Many other minor improvements and bug fixes.

Version 0.2.2 (2011-03-22)

  • Improved the overlay API and implemented some new classes.
  • Better rendering of water areas and coastline situations.
  • The tag list of the mapfile-writer can now be configured via an XML file.
  • Added the possibility to render areas with a background pattern.
  • Integrated support for piste maps features.
  • Added a method to take a screenshot of the currently displayed map.
  • The minimum zoom level of the MapView may now be set at runtime.
  • Started to make the map tile cache on the memory card persistent.
  • Many other minor improvements and bug fixes.

Version 0.2.1 (2011-02-10)

  • Optimized binary map format, reduces the file size by 15-20%.
  • Rewritten overlay implementation with many new features and bug fixes.
  • Zoom level can now be changed by multi-tap and double-tap gestures.
  • The mapfile-writer supports hard disk as temporary storage device.
  • The mapfile-writer depends no longer on the JTS library and works faster.
  • Added support for a couple of OpenStreetMap tags.
  • Better rendering of way names.
  • Better rendering of coastline and water areas.
  • Many other minor improvements and bug fixes.

Version 0.2.0 (2010-11-22)

  • New binary map format for more detailed and faster map rendering.
  • Overlay API to display points, ways and polygons on top of the map.
  • Better label and symbol placement with collision avoidance.
  • The MapView now supports multi-touch and new tile download modes.
  • First release of the Osmosis plugin to generate binary map files.
  • Many other minor improvements and bug fixes.

Version 0.1.0 (2010-06-27)

  • First public release, contains the android.map package.