Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g.message: Do not require full gisinit #3686

Merged
merged 1 commit into from
May 4, 2024

Commits on May 3, 2024

  1. g.message: Do not require full gisinit

    The g.message does not need any of the session setup and it can be used during a setup process to report standardized messages to the user. This removes the need to have a full session before running g.message. GISRC is still needed, but the data (file) structures for mapset don't need to exist.
    
    The code is combination of what is in g.proj (the 'no init' call and comment) and g.dirseps (memory mode for GISRC). It is also syncing the corresponding lines in g.proj.
    wenzeslaus committed May 3, 2024
    Configuration menu
    Copy the full SHA
    34ce8b7 View commit details
    Browse the repository at this point in the history