I have a feature layer in which there are thousands of point. I want to show popup on specific point? When I apply popup Template on feature layer then the popup will appear on all the points. My question is how to enable popup only on Single point where I have more than thousand points?
I think in your case you should not apply popup template on the feature layer, instead create a new graphic and assign attributes and geometry of the point and apply popup template on that graphic(check this link https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html#popupTemplate) then add it to a graphics layer. By doing this the popup will only appear when you click on a single point.
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.