<div dir="ltr"><div><div><br><br>On Fri, May 4, 2018 at 4:09 PM, Nikos Alexandris <<a href="mailto:nik@nikosalexandris.net">nik@nikosalexandris.net</a>> wrote:<br>><br>> Dears,<br>><br>> I get something unexpected using type=boundary with `v.external`:<br>><br>> ```<br>> v.extract input=european_grid_10k_boundaries out=test type=boundary --v --o<br>> Using native format<br>> Extracting features...<br>> 100%<br>> Building topology for vector map <test@PERMANENT>...<br>> Registering primitives...<br>> 0 primitives registered<br>> 0 vertices registered<br>> Topology was built<br>> Number of nodes: 0<br>> Number of primitives: 0<br>> Number of points: 0<br>> Number of lines: 0<br>> Number of boundaries: 0<br>> Number of centroids: 0<br>> Number of areas: 0<br>> Number of isles: 0<br>> Writing attributes...<br>> ```<br><br></div>The default answer for the layer option of v.extract is 1, i.e. only features with a category in layer 1 will be extracted. If you want to extract all features of a given type, use e.g. v.extract layer=-1 type=boundary.<br><br></div>Markus M<br><div><div><br>><br>> I tried this in both 7.4 and trunk.<br>><br>> The map does have boundaries,<br>> ```<br>> <a href="http://v.info">v.info</a> -t european_grid_10k_boundaries<br>> nodes=253<br>> points=0<br>> lines=0<br>> boundaries=422<br>> centroids=177<br>> areas=177<br>> islands=8<br>> primitives=599<br>> map3d=0<br>> ```<br>><br>> I can draw the boundaries on-screen using `d.vect type=boundary`.<br>><br>> The vector map is small, so I have attached it here-in, in case someone<br>> can have a quick look.<br>><br>> Thank you, Nikos<br>><br>> _______________________________________________<br>> grass-dev mailing list<br>> <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-dev">https://lists.osgeo.org/mailman/listinfo/grass-dev</a><br><br></div></div></div>