eSearch widget no clean selection

326
3
Jump to solution
02-19-2019 12:51 PM
SimoneCeccolini1
New Contributor

Hello, i have a question for eSerach Widget: i wish modify it to mantain geometry of poligonal selection to see over the selected features, like the buffer.

When i make poligonali selection the poligon disapear before the flashing of selected features.

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Simone,

  You would have to remove the "this.drawBox.clear();" from the clear function in the widget.js. But the issue is that you will then have to determine when you will actually clear the draw graphics from the map.

View solution in original post

3 Replies
RobertScheitlin__GISP
MVP Emeritus

Simone,

  You would have to remove the "this.drawBox.clear();" from the clear function in the widget.js. But the issue is that you will then have to determine when you will actually clear the draw graphics from the map.

SimoneCeccolini1
New Contributor

I am very glad to you, for quick response.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.

0 Kudos