Changeset 575
- Timestamp:
- 31-08-10 12:22:15 (18 months ago)
- File:
-
- 1 edited
-
flamingo/trunk/fmc/classes/gui/EditLegendLayer.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flamingo/trunk/fmc/classes/gui/EditLegendLayer.as
r334 r575 153 153 } else if (geometryType == "Polygon") { 154 154 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) 155 156 } else { // Circle 156 157 buttonConfigs.push(new ButtonConfig("AddCircleButton", "cirkel toevoegen", this, null, null));
Note: See TracChangeset
for help on using the changeset viewer.