We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In _GraphicsMixin on lines 289 and 290 there is no need for the PopupTemplate class. I believe this is handled by the underlying map.
Removing line 289 and changing 290 as follows correctly displays the configured infoTemplate on the search result graphic:
graphic.setInfoTemplate(this.infoTemplate);
This has been tested successfully in one of my applications.
The text was updated successfully, but these errors were encountered:
Thanks. The same change would need to be applied at lines 342 and 343 for the selected graphics.
Sorry, something went wrong.
Good catch, will do! I'll create a PR later today.
@jebu75 Is it "later today" yet? ;)
@jebu75 got a PR?
cff8e68
No branches or pull requests
In _GraphicsMixin on lines 289 and 290 there is no need for the PopupTemplate class. I believe this is handled by the underlying map.
Removing line 289 and changing 290 as follows correctly displays the configured infoTemplate on the search result graphic:
This has been tested successfully in one of my applications.
The text was updated successfully, but these errors were encountered: