소스 검색

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>