Hi,
I have no problems adding a feature layer to a gis.map('MyMap') and then make a selection from that feature layer. I can zoom to the single feature fine, query its attributes, update, delete ... but there are two things I cant find that I would like to do
- MOST perfect would be to open the defined popup for the feature immediately after zooming to it! (the get_html_popup doesnt do that, right?)
- Second best would be to just select/highlight the feature in the map like I had interactively selected it in the map itself
- Third best would be to add a label made up out of its attributes ...
I have too many features in a map extent to just change the extent ... I need to show the element better ..
Any help appreciated. I work in a jupyter notebook ...
Guenter