From 76f9235f0cae480dd741b2e512ccb35e574245d1 Mon Sep 17 00:00:00 2001 From: C Hamilton Date: Fri, 21 Feb 2020 15:02:55 -0500 Subject: [PATCH] bump version --- metadata.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/metadata.txt b/metadata.txt index df79375..1fd9ac7 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,15 +1,15 @@ [general] name=Lat Lon Tools qgisMinimumVersion=3.4 -description=Tools to capture and zoom to coordinates using decimal, DMS, WKT, GeoJSON, MGRS, UTM, Geohash, and Plus Codes formats. Provides external map support, point digitizing tools, and coordinate conversion tools. -version=3.3.15 +description=Tools to capture and zoom to coordinates using decimal, DMS, WKT, GeoJSON, MGRS, UTM, Geohash, Maidenhead grid, and Plus Codes formats. Provides external map support, point digitizing tools, and coordinate conversion tools. +version=3.3.16 author=C Hamilton email=adenaculture@gmail.com about= Lat Lon Tools makes it easy to capture, zoom to coordinates, and interact with other on-line mapping tools. It adds MGRS, Standard UTM, and Plus Codes support to QGIS. When working with Google Earth, Google Maps or other on-line mapping tools, coordinates are specified in the order of 'Latitude, Longitude'. By default Lat Lon Tools uses the standard Google Map format, but is very flexible and can use virtually any projection and coordinate format for input and output. The plugin has the following tools. - 1) Capture/Display coordinates to the clipboard (in any projection) when the user clicks on the map. This includes DMS, UTM, Geohash, MGRS, and Plus Codes. + 1) Capture/Display coordinates to the clipboard (in any projection) when the user clicks on the map. This includes DMS, UTM, Geohash, MGRS, Maidenhead grid, and Plus Codes. 2) Capture the bounding box of the canvas. - 3) Zoom to and highlight a point on the map using coordinates from any projection, including MGRS, UTM, Geohash, and Plus Codes, and can format the coordinates in decimal, DMS, WKT POINT, or GeoJSON notation. + 3) Zoom to and highlight a point on the map using coordinates from any projection, including MGRS, UTM, Geohash, Maidenhead grid, and Plus Codes, and can format the coordinates in decimal, DMS, WKT POINT, or GeoJSON notation. 4) Digitizing service to add points to a layer. It supports all the "Zoom to" input formats. 5) Launch and display an external map based on the coordinate clicked on. Supported maps include Open Street Map, Google, Bing, MapQuest, Mapillary, and Google Earth. 6) Use a list of points for rapid zooming created from a file, direct input, or captured from the map. Create a point layer from these locations. @@ -21,13 +21,14 @@ about= tracker=https://github.com/NationalSecurityAgency/qgis-latlontools-plugin/issues repository=https://github.com/NationalSecurityAgency/qgis-latlontools-plugin homepage=https://github.com/NationalSecurityAgency/qgis-latlontools-plugin/#readme -tags=coordinate,capture,latitude,longitude,epsg:4326,4326,wgs84,utm,dms,zoom,move to,crs,wkt,point,mgrs,osm,google,bing,mapillary,openstreetmap,digitizing,digitize,geojson,processing,conversion,plus codes,canvas,bounding box,google earth,geohash +tags=coordinate,capture,latitude,longitude,epsg:4326,4326,wgs84,utm,dms,zoom,move to,crs,wkt,point,mgrs,osm,google,bing,mapillary,openstreetmap,digitizing,digitize,geojson,processing,conversion,plus codes,canvas,bounding box,google earth,geohash,maidenhead grid,amateur radio grid category=Plugins icon=images/copyicon.png hasProcessingProvider=yes experimental=False deprecated=False changelog= + 3.3.16 - Added Maidenhead grid locator format and bug fixes for DMS coordinates 3.3.15 - Added zero padding option for DMS coordinates 3.3.14 - Updated mgrs.py to the latest version to fix QGIS 10 issues 3.3.13 - Fixed tool interactions