<div><div>This is a vector layer transfered from a raster and its general info can be seen as follows:</div><div>+----------------------------------------------------------------------------+</div><div> | Layer:           swi_0@PERMANENT                                           </div>
<div> | Mapset:          PERMANENT                                                 </div><div> | Location:        newlocation                                              </div><div> | Database:        D:/GrassDataBase                                          </div>
<div> | Title:                                                                     </div><div> | Map scale:       1:1                                                       </div><div> | Map format:      native                                                    </div>
<div> | Name of creator: Administrator                                             </div><div> | Organization:                                                              </div><div> | Source date:     Thu Jun 18 20:51:48 2009                                  </div>
<div> |----------------------------------------------------------------------------</div><div> |   Type of Map:  vector (level: 2)                                          </div><div> |                                                                            </div>
<div> |   Number of points:       0               Number of areas:      88         </div><div> |   Number of lines:        0               Number of islands:    79         </div><div> |   Number of boundaries:   229             Number of faces:      0          </div>
<div> |   Number of centroids:    84              Number of kernels:    0          </div><div> |                                                                            </div><div> |   Map is 3D:              0                                                </div>
<div> |   Number of dblinks:      1                                                </div><div> |                                                                            </div><div> |         Projection: Universe Transverse Mercator (zone 0)                  </div>
<div> |               N:  2762370.84493965    S:  2668889.78644383                 </div><div> |               E:   636604.74247833    W:   592287.35339113                 </div><div> |                                                                            </div>
<div> |   Digitization threshold: 0                                                </div><div> |   Comments:                                                                </div><div> |                                                                            </div>
<div> +----------------------------------------------------------------------------+</div><div>then I want to export it to kml and add it to the google earth, I use the commond:</div><div>g.region vect=swi_blue@PERMANENT </div>
<div>v.out.ogr input=swi_blue@PERMANENT type=area dsn=d:/blueNew.kml layer=1 format=KML</div><div>and I got the errors:</div><div>---------------------------------------------------------------</div><div><div>arning 1: Layer name &#39;swi_blue@PERMANENT&#39; adjusted to &#39;swi_blue_PERMANENT&#39; for XML validity.</div>
<div><br></div><div>Exporting 4893 areas (may take some time) ...</div><div>ERROR 1: Latitude 2764980.037140 is invalid. Valid range is [-90,90]. This warning will not be issued any more</div><div>Warning 1: Longitude 638073.992861 has been modified to fit into range [-180,180]. This warning will not be issued any more</div>
<div><br></div><div><br></div><div><br></div><div>9259 features written</div><div><br></div><div>4476 features without category written</div><div>----------------------------------------------------------------</div><div>
it seems that there is something wrong with the Coordinate,but  Latitude 2764980.037140 is the same with the general info from the command <a href="http://v.info">v.info</a> map=&#39;&#39;&#39;&#39;&#39;&#39;.</div><div>I wonder it is my problem or the grass?</div>
</div><div><br></div></div>