Changeset 575


Ignore:
Timestamp:
31-08-10 12:22:15 (18 months ago)
Author:
rbraam
Message:

don't draw button when MultiPolygon? geometryType (not implemented yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • flamingo/trunk/fmc/classes/gui/EditLegendLayer.as

    r334 r575  
    153153            } else if (geometryType == "Polygon") { 
    154154                buttonConfigs.push(new ButtonConfig("AddSurfaceButton", "vlak toevoegen", this, null, null)); 
     155            } else if (geometryType == "MultiPolygon"){//don't draw buttons when MultiPolygon geometry (not implemented yet)                             
    155156            } else { // Circle 
    156157                buttonConfigs.push(new ButtonConfig("AddCircleButton", "cirkel toevoegen", this, null, null)); 
Note: See TracChangeset for help on using the changeset viewer.