-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ec6896
commit 2051cca
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name=Lat Lon Tools | ||
qgisMinimumVersion=3.4 | ||
description=Tools to capture and zoom to coordinates using decimal, DMS, WKT, GeoJSON, MGRS, UTM, UPS, Geohash, H3, Maidenhead grid, Plus Codes, and ECEF formats. Provides external map support, point digitizing tools, coordinate conversion tools, and conversion functions. | ||
version=3.6.10 | ||
version=3.6.11 | ||
author=C Hamilton | ||
[email protected] | ||
about= | ||
|
@@ -29,6 +29,7 @@ hasProcessingProvider=yes | |
experimental=False | ||
deprecated=False | ||
changelog= | ||
3.6.11 - Bug fix in zoomToLatLon.py | ||
3.6.10 - Fix to allow qgis_processing to work. | ||
3.6.9 - Internationalize and add french translation. | ||
3.6.8 - Bug fix in Fields to point layer algorithm. | ||
|
@@ -51,12 +52,3 @@ changelog= | |
3.5.2 - Added paste button in zoom-to panel. Cleaned up documentation and code. | ||
3.5.1 - Replace PNG icons with SVG icons for better hires display. | ||
3.5.0 - Added the ability to copy different bounding box extents to the clipboard. | ||
3.4.8 - Added additional canvas capture bounding box format | ||
3.4.7 - Implemented more precise geohash algorithm | ||
3.4.6 - Implemented feature request #52 | ||
3.4.5 - Added settings icon to toolbar | ||
3.4.4 - Enhanced UTM parsing | ||
3.4.3 - Updatd open location code (Plus Code) library | ||
3.4.2 - Added UTM and additional DMS field calculator functions | ||
3.4.1 - Finished MGRS Field Calculator functions | ||
3.4.0 - Initial release of MGRS Field Calculator functions |