<div dir="ltr"><div><div><br><br>On Thu, Dec 22, 2016 at 3:25 PM, Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br>><br>> Hi,<br>><br>> I imported both the WRS2 Landsat tiles [1] as well as the Sentinel-2<br>> KML [2] (giving extra issues during import + also querying due to<br>> quoting issues).<br>><br>> In both cases, when zooming into the map, some polygons are not drawn<br>> in areas where the tiles massively overlap.<br>><br>> I used the -c flag of v.in.ogr to not break the polygons but to keep<br>> them intact.<br><br></div>The -c flag is problematic: it does not break polygons, but polygons are converted to GRASS boundaries. Centroids have to be calculated for each output GRASS area. As a result, an output GRASS area corresponding to an input polygon might have multiple centroids or no centroid at all (these are the holes you see).<br><br>Please do not use the -c flag with v.in.ogr unless you know exactly what you are doing and what you will get.<br><br></div>Markus M<br><div><div><br>><br>> Is that a GUI issue or a vector engine issue?<br>><br>> [1] <a href="https://landsat.usgs.gov/pathrow-shapefiles">https://landsat.usgs.gov/pathrow-shapefiles</a> --> wrs2_descending.zip<br>> [2] <a href="https://sentinel.esa.int/documents/247904/1955685/S2A_OPER_GIP_TILPAR_MPC__20151209T095117_V20150622T000000_21000101T000000_B00.kml">https://sentinel.esa.int/documents/247904/1955685/S2A_OPER_GIP_TILPAR_MPC__20151209T095117_V20150622T000000_21000101T000000_B00.kml</a><br>><br>> thanks,<br>> Markus<br>> _______________________________________________<br>> grass-dev mailing list<br>> <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br><br></div></div></div>