瀏覽代碼

v.to.lines: strip mapset

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63958 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky 10 年之前
父節點
當前提交
07ed88d192
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/v.to.lines/v.to.lines.py

+ 1 - 1
scripts/v.to.lines/v.to.lines.py

@@ -47,7 +47,7 @@ import os
 
 def main():
     # Get the options
-    input = options["input"]
+    input = options["input"].split('@')[0]
     output = options["output"]
     method = options["method"]
     min_cat = None