Since, it's a new feature, you MUST add it to the feature layer before creating a popupInfo. Are doing that?[self.featureLayer addGraphic:graphic];Regards,Nimesh
Let me ask few questions to narrow down the issue...1. Is this a new graphic created or an existing graphic on the map?2. Is this graphic belong to a feature layer?3. Is this feature layer editable?4. You are creating a popupInfo for 'graphic' in following code line... self.popupInfo = [AGSPopupInfo popupInfoForGraphic:graphic]; but creating a popupVC for self.newFeature. Why? self.popupVC = [[[AGSPopupsContainerViewController alloc]initWithPopupInfo:self.popupInfo graphic:self.newFeature usingNavigationControllerStack:YES]autorelease];Are you missing a code line? self.newFeature = graphic?Regards,Nimesh
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.