Skip to content

Commit

Permalink
m.proj: fix PROJ URL in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Feb 15, 2021
1 parent 5c14df4 commit f753bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/m.proj/m.proj.py
Expand Up @@ -142,8 +142,8 @@ def main():
# check for cs2cs
if not gcore.find_program('cs2cs'):
gcore.fatal(_(
"cs2cs program not found, install PROJ.4 first: \
http://proj.maptools.org"))
"cs2cs program not found, install PROJ first: \
https://proj.org"))

# parse field separator
# FIXME: input_x,y needs to split on multiple whitespace between them
Expand Down

0 comments on commit f753bb3

Please sign in to comment.