-
Notifications
You must be signed in to change notification settings - Fork 104
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
171f26e
commit 353c5a2
Showing
1 changed file
with
3 additions
and
13 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.18 | ||
version=3.6.19 | ||
author=C Hamilton | ||
[email protected] | ||
about= | ||
|
@@ -17,7 +17,7 @@ about= | |
8) Plus Code conversion routines that converts a layer with a Plus Code field into a point layer, and creates an Plus Code field from the point layer. | ||
9) Convert a point layer geometry into a textual representation of that geometry within a field. | ||
10) Convert a layer containing a coordinate field or fields into a point layer. | ||
11) Convert a layer's geometry into a WTK, EWTK, or JSON string of its geometry and adding it to a new attribute field. | ||
11) Convert a layer's geometry into a WTK, EWTK, or JSON string of its geometry and adding it to a new attribute field. Convert an attribute field containing WKT coordinates into new layers. | ||
12) Coordinate conversion dialog. | ||
13) Conversion functions for the field calculator | ||
tracker=https://github.com/NationalSecurityAgency/qgis-latlontools-plugin/issues | ||
|
@@ -30,6 +30,7 @@ hasProcessingProvider=yes | |
experimental=False | ||
deprecated=False | ||
changelog= | ||
3.6.19 - Add algorithm to convert WKT attribute coordinates into associated geometry layers. | ||
3.6.18 - Add license to output plugin | ||
3.6.17 - Add algorithm to export geometry into a WKT, EWKT, or JSON formatted attribute field. | ||
3.6.16 - Repackaged due to missing translation. | ||
|
@@ -49,14 +50,3 @@ changelog= | |
3.6.2 - Added llt_dd and llt_yx field calculator functions. | ||
3.6.1 - Fixed bug. | ||
3.6.0 - Added ECEF (Earth-centered, Earth-fixed) coordinate system conversions. | ||
3.5.10 - Add feature request #64 | ||
3.5.9 - Added geohash to auto detect in zoom to dialog | ||
3.5.8 - Added crs to field calculator functions dms, dm, and ddmmss | ||
3.5.7 - Fix bug with null geometry in geometry to field algorithm | ||
3.5.6 - Fix field calculator documentation. | ||
3.5.5 - Added to_pluscode and from_pluscode field calculator functions. | ||
3.5.4 - Added GEOREF to Coordinate Conversion dialog box, zoom to, and coordinate capture. | ||
3.5.3 - Added UPS to Coordinate Conversion dialog box, zoom to, and coordinate capture. | ||
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. |