<!-- Onglet Info terrain --> <mx:VBox width="100%" height="100%" verticalGap="4" horizontalAlign="center" horizontalScrollPolicy="off"> <mx:Label text="Ajouter un point pour l'info terrain" styleName="WidgetText" /> <!-- EDITOR INFO_TERRAIN --> <mx:HDividedBox width="100%" height="100%" color="0x445336"> <esri:Editor id="editorInfoTerrain" geometryService="{geometryService}" map="{map}" toolbarVisible="true" featureLayers="{[Info_Terrain]}" creationComplete="editorTerrain_creationCompleteHandler(event)"/> </mx:HDividedBox> <!-- EDITOR FICHE --> <esri:Editor id="editorFiche" geometryService="{geometryService}" map="{map}" visible="false" updateGeometryEnabled="false" featureLayers = "{[featureLayerFiche]}" addEnabled = "false" deleteEnabled = "false" creationComplete="editorFiche_creationCompleteHandler(event)"/> </mx:VBox>
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.