Revision 8123 trunk/extensions/extGraph_predes/src/com/iver/cit/gvsig/graph/ShortestPathExtension.java

View differences:

ShortestPathExtension.java
81 81
		while (it.hasNext())
82 82
		{
83 83
			FLayer aux = it.next();
84
			if (!aux.isActive())
85
				continue;
84 86
			Network net = (Network) aux.getProperty("network");
85 87
			
86 88
			if ( net != null)

Also available in: Unified diff