commented out pchunk variable which is never used

pull/68/head
Jeff Doyle (nfz) 2016-05-28 00:43:37 -03:00
rodzic c4f6eff8fe
commit 6e4ffe6f41
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -670,7 +670,7 @@ def chunksToShapely(chunks):#this does more cleve chunks to Poly with hierarchie
polys=[]
for ch in chunks:#first convert chunk to poly
if len(ch.points)>2:
pchunk=[]
#pchunk=[]
ch.poly=sgeometry.Polygon(ch.points)
for ppart in chunks:#then add hierarchy relations