Download my Flex widget and see the source code on how I did it.Coordinate Menu Widgethttp://www.arcgis.com/home/item.html?id=edd4a2b7c722493a8b08f53eaa131e1eDrew
What is the best way to capture XY from Context menu. I added a context menu and when i click, it capture xy. I am not satisfied with the results. any help ...[HTML]protected function contextMenuItem_menuItemSelect(event:ContextMenuEvent):void{ myMapPoint = new MapPoint(); myMapPoint = myMap.toMapFromStage(event.contextMenuOwner.mouseX, event.contextMenuOwner.mouseY); }[/HTML]
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.