Changes between Version 246 and Version 247 of Grass7/NewFeatures
- Timestamp:
- 09/19/14 14:06:07 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures
v246 v247 315 315 * d.histogram: integrated in G7:wxGUI 316 316 * g.ask: use G7:g.findfile 317 * g.list: replaced by g.mlist 318 * g.remove: replaced by g.mremove 317 319 * g.setproj: use Location Wizard in G7:wxGUI or 'G7:g.proj -c' ('''state plane by county selection needs to be ported''') 318 320 * image processing: … … 332 334 == Renamed modules == 333 335 336 * '''g.mlist''' --> ''G7:g.list'' 337 * '''g.mremove''' --> ''G7:g.remove'' 334 338 * '''g.transform''' --> ''G7:m.transform'' 335 339 * '''d.nviz''' --> ''G7:m.nviz.script'' … … 380 384 === General map management module changes === 381 385 386 * G7:g.list (renamed from g.mlist) 387 * option region= added: find maps whose region overlaps with the input region 382 388 * G7:g.mapsets 383 389 * addmapset,removemapset -> operation 384 390 * measure -> method 385 * G7:g.mlist386 * option region= added: find maps whose region overlaps with the input region387 * G7:g.mremove388 * rast, rast3d, vect, oldvect, asciivect, icon, labels, sites, region, region3d, group, view3d -> type, pattern389 * option exclude= added: exclude pattern390 391 * G7:g.pnmcomp 391 392 * background -> bgcolor … … 397 398 * t -> top 398 399 * b -> bottom 400 * G7:g.remove (renamed from g.mremove) 401 * rast, rast3d, vect, oldvect, asciivect, icon, labels, sites, region, region3d, group, view3d -> type, pattern 402 * option exclude= added: exclude pattern 399 403 400 404 === Image processing module changes ===