Releases: NationalSecurityAgency/qgis-latlontools-plugin
Releases · NationalSecurityAgency/qgis-latlontools-plugin
Lat Lon Tools 3.6.9
- Use QgsSettings rather than QSettings.
- Added french translation support.
Lat Lon Tools 3.6.8 Release
This updates the Fields to point layer algorithm to accept numeric fields.
Lat Lon Tools 3.6.7
- Added the ability to set the size of the zoom to markers and lines.
- Added MGRS precision control and spacing.
Lat Lon Tools 3.6.5
- Lat Lon Tools can now snapshot H3 geohash coordinates and zoom to H3 coordinates. To enable H3 you will need to 'pip install h3' from the OSGeo4W Shell. Lat Lon Tools detects whether H3 is available or not and works as it always has without it.
- Some coordinate formats represent a point on the earth's surface while others represent an area. Previously when using Lat Lon Tools' zoom to a coordinate tool it would zoom to the location and add a marker at the center of area coordinate formats. Now it marks the center but also displays the actual area the coordinate represents based on the resolution of the coordinate. This applies to H3, Geohash, Google Open Location Code (Plus Codes), and the amateur radio Maidenhead grid format.
- You can now choose the color of the marker and grid outline used with the zoom to tool. It can be selected from the Settings dialog.
Lat Lon Tools 3.6.3
This release fixes a bug with the digitize tool when it is digitizing within a GeoPackage point layer.
Lat Lon Tools 3.6.2
This adds two new expression functions: llt_dd and llt_yx.
- llt_dd - This takes a coordinate and displays a decimal degree string.
- llt_yx - This takes a coordinate and displays it as a string in its native coordinate format.
This release also provide ECEF coordinate support.
Lat Lon Tools 3.5.10 Release
Includes several bug fixes and feature requests.
Lat Lon Tools 3.5.7
Fix of null geometry bug in the Point Layer to Fields algorithm.
Lat Lon Tools 3.5.6
Add plus code to_pluscode and from_pluscode field calculator functions.
Lat Lon Tools 3.5.3
This revamps the Coordinate Conversion dialog box to be more compact and adds UPS coordinates to it. Coordinate capture and zoom to dialog also support UPS formatted coordinate strings.