Просмотр исходного кода

add v.rectify to GUI menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49838 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 лет назад
Родитель
Сommit
3f4b3217c4
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      gui/wxpython/xml/menudata.xml

+ 7 - 0
gui/wxpython/xml/menudata.xml

@@ -2052,6 +2052,13 @@
 	      <command>v.transform</command>
 	    </menuitem>
 	    <menuitem>
+	      <label>Rectify vector map</label>
+	      <help>Rectifies a vector map by computing a coordinate transformation based on control points.</help>
+	      <keywords>vector,georectification,transformation</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>v.rectify</command>
+	    </menuitem>
+	    <menuitem>
 	      <label>Reproject vector map</label>
 	      <help>Re-projects a vector map from one location to the current location.</help>
 	      <keywords>vector,projection,transformation</keywords>