#2409: last call for options keys consolidation
----------------------------------+-----------------------------------------
 Reporter:  martinl               |       Owner:  grass-dev@…              
     Type:  task                  |      Status:  new                      
 Priority:  blocker               |   Milestone:  7.0.0                    
Component:  Default               |     Version:  unspecified              
 Keywords:  standardized options  |    Platform:  Unspecified              
      Cpu:  Unspecified           |  
----------------------------------+-----------------------------------------

Comment(by neteler):

 r63624 completed in r63626; r63625 completed in r63627.

 BTW, there are still in lib/python/pygrass/gis/__init__.py, line 27:

 {{{
          'region3d': libgis.G_ELEMENT_REGION3D,
 ...
          'view3d': libgis.G_ELEMENT_3DVIEW}
 }}}

 and

 {{{
 ./lib/manage/option.c:    else if (strcmp(p->key, "region") == 0 ||
 strcmp(p->key, "region3d") == 0)

 ./gui/wxpython/gui_core/gselect.py:
 'windows3d':'region3d',
 ./gui/wxpython/gui_core/gselect.py:
 'region3d':'region3d',
 ./gui/wxpython/gui_core/gselect.py:                       'region3D
 definition':'region3d',
 ./gui/wxpython/gui_core/gselect.py:                       'region3D
 definition files':'region3d',
 }}}

 I suppose that "view3d" can be removed and "region3d" --> "region_3d"?

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/2409#comment:142>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to