|
@@ -672,7 +672,6 @@ class IClassMapFrame(DoubleMapFrame):
|
|
#check if vector has any areas
|
|
#check if vector has any areas
|
|
vectorInfo = grass.vector_info(vector)
|
|
vectorInfo = grass.vector_info(vector)
|
|
numAreas = Vect_get_num_areas(self.poMapInfo)
|
|
numAreas = Vect_get_num_areas(self.poMapInfo)
|
|
- print numAreas
|
|
|
|
|
|
|
|
if numAreas <= 0:
|
|
if numAreas <= 0:
|
|
GMessage(parent = self,
|
|
GMessage(parent = self,
|