Skip to content

Commit

Permalink
Add g.projpicker (#543)
Browse files Browse the repository at this point in the history
This PR adds a new module that implements the command line version of OSGeo/grass#1253.

* Add g.projpicker
* Comments
* Handle spaces in unit=; this is needed because query is a single string
* Add an example
* Handle spaces in coordinates
* Handle quotes in a single word
* Fix examples
* Update to the latest version of ProjPicker
* Add EXPERIMENTAL bbox_map=
* 80 cols
* Remove EXPERIMENTAL
* Add more examples
* cleanup
* degree symbol
* Document match, match_max=, match_tol=
  • Loading branch information
HuidaeCho committed Jun 14, 2021
1 parent 304ecaf commit 0c7444a
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 0 deletions.
7 changes: 7 additions & 0 deletions grass7/general/g.projpicker/Makefile
@@ -0,0 +1,7 @@
MODULE_TOPDIR = ../..

PGM = g.projpicker

include $(MODULE_TOPDIR)/include/Make/Script.make

default: script

0 comments on commit 0c7444a

Please sign in to comment.