فهرست منبع

v.extract: update manual

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@68071 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 9 سال پیش
والد
کامیت
a343867681
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      vector/v.extract/v.extract.html

+ 0 - 7
vector/v.extract/v.extract.html

@@ -106,13 +106,6 @@ v.extract -d input=zipcodes_wake_recl_nam output=zipcodes_wake_regions
 This produces a new vector map with common boundaries dissolved where the reclassed
 attributes of adjacent (left/right) areas are identical.
 
-<h3>Remove islands from polygon map</h3>
-<div class="code"><pre>
-v.extract input=map_with_islands output=maps_without_islands cats=1-99999
-# and/or
-v.extract -d in=map_with_islands out=maps_without_islands
-</pre></div>
-
 <h3>Extract 3 random areas from geology map</h3>
 <p>
 <div class="code"><pre>