Revision: 5186
          http://sourceforge.net/p/jump-pilot/code/5186
Author:   ma15569
Date:     2016-11-13 18:38:22 +0000 (Sun, 13 Nov 2016)
Log Message:
-----------
Revert previous changes 

Modified Paths:
--------------
    core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java  
2016-11-13 17:41:37 UTC (rev 5185)
+++ core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java  
2016-11-13 18:38:22 UTC (rev 5186)
@@ -383,12 +383,6 @@
                     .getFeatureCollectionWrapper().size() > 1 ? multiRasterIcon
                     : rasterIcon);
             imageLabel.setVisible(true);
-        } else if (showColorPanel && layerable instanceof Layer
-            && isTable((Layer) layerable)) {
-          //Show a table icon if the Layer has features with empty geometries
-        imageLabel.setIcon(table_Icon);
-        imageLabel.setVisible(true);
-
         } else if (showColorPanel && layerable instanceof Layer) {
             colorPanel.init((Layer) layerable, isSelected,
                     list.getBackground(), list.getSelectionBackground());


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to