ソースを参照

wxGUI: r.external added to menu
(merge from devbr6, https://trac.osgeo.org/grass/changeset/34264)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34265 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 年 前
コミット
f9e617c830
1 ファイル変更7 行追加1 行削除
  1. 7 1
      gui/wxpython/gui_modules/menudata.py

+ 7 - 1
gui/wxpython/gui_modules/menudata.py

@@ -601,6 +601,12 @@ class Data:
                                  "r.support.stats"),
                                 ("","","", ""),
 
+                                (_("Link to GDAL"),
+                                 _("Link GDAL supported raster file to a binary raster map layer."),
+                                 "self.OnMenuCmd",
+                                 "r.external"),
+                                ("","","", ""),
+
                                 (_("Reproject raster"),
                                  _("Re-projects a raster map from one location to the current location."),
                                  "self.OnMenuCmd",
@@ -1277,7 +1283,7 @@ class Data:
                                 ("","","", ""),
 
                                 (_("Link to OGR"),
-                                 _("Available drivers: ESRI Shapefile,MapInfo File,UK .NTF,SDTS,TIGER,S57,DGN,VRT,REC,Memory,BNA,CSV,GML,GPX,KML,GeoJSON,GMT,SQLite,ODBC,PGeo,PostgreSQL,AVCBin"),
+                                 _("Creates a new vector as a read-only link to OGR layer."),
                                  "self.OnMenuCmd",
                                  "v.external"),
                                 ("","","", ""),