<mx:VBox
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:flexlib="flexlib.containers.*"
+ horizontalScrollPolicy="off"
backgroundColor="white"
initialize="loadFeatures()">
<mx:Repeater id="dndRep" dataProvider="{MapFeatures.getInstance().getCategoriesForType('point')}">
<mx:HBox width="100%"><mx:Label text="{dndRep.currentItem.name}"/></mx:HBox>
- <mx:TileList dataProvider="{dndRep.currentItem.getFeaturesForType('point')}" width="100%"
+ <mx:TileList dataProvider="{dndRep.currentItem.getFeaturesForType('point')}" width="100%" height="1"
rowHeight="32" columnWidth="32" updateComplete="resizePOIGrid(event)">
<mx:itemRenderer>
<mx:Component>
xmlns:halcyon="net.systemeD.halcyon.*"
xmlns:potlatch2="net.systemeD.potlatch2.*"
layout="vertical"
+ horizontalScrollPolicy="off"
+ verticalScrollPolicy="off"
horizontalAlign="center"
addedToStage="initApp()">