-
Notifications
You must be signed in to change notification settings - Fork 105
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
da278b3
commit 76f9235
Showing
1 changed file
with
6 additions
and
5 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 |
---|---|---|
@@ -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 protected] | ||
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 | ||
|