File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,20 @@ Copyright (C) 2014-2015 Stichting Mapcode Foundation (http://www.mapcode.com)
77This Java project contains a library to encode latitude/longitude pairs to mapcodes
88and to decode mapcodes back to latitude/longitude pairs.
99
10- ** Release notes can be found at: http://mapcode-foundation.github.io/mapcode-java/ReleaseNotes.html **
11-
1210** Online documentation can be found at: http://mapcode-foundation.github.io/mapcode-java/ **
1311
1412** An example of how to use this library can be found at: https://github.com/mapcode-foundation/mapcode-java-example **
1513
1614If you wish to use mapcodes in your own application landscape, consider using running an instance of the
1715Mapcode REST API, which can be found on: ** https://github.com/mapcode-foundation/mapcode-rest-service **
1816
17+ # Release notes
18+
19+ ** 2.1.0. Added micro-meter precision (mapcodes can now have eight precision digits)
20+ ** 2.0.1. Allow java 6 (JDK 1.6) compilation
21+ ** 2.0.0. Major update (core data checked, some territories updated, for ISO proposal)
22+ ** Further release notes can be found at: http://mapcode-foundation.github.io/mapcode-java/ReleaseNotes.html **
23+
1924# License
2025
2126Licensed under the Apache License, Version 2.0 (the "License");
You can’t perform that action at this time.
0 commit comments