Hi, 2016-06-07 11:05 GMT+02:00 Micha Silver <[email protected]>: > GRASS 7.0.4 (ITM):> g.proj -p > -PROJ_INFO------------------------------------------------- > name : Transverse Mercator > proj : tmerc > ellps : grs80 > lat_0 : 31.73439361111111 > lon_0 : 35.20451694444445 > k : 1.0000067 > x_0 : 219529.584 > y_0 : 626907.39 > towgs84 : -48,55,52,0,0,0,0 > no_defs : defined > -PROJ_UNITS------------------------------------------------ > unit : metre > units : metres > meters : 1
the EPSG code seems to be missing in your location definition. Please try to update your settings by running `g.proj -c epsg=`. Then also make sure that the EPSG code is defined in spatial_ref_sys. It should work (tested v.out.ogr in 7.0.5svn). Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
