Select to view content in your preferred language

Popups Viewer 3.0

598
3
05-17-2012 09:20 AM
DanielMunoz
Regular Contributor
To all,

The problem is the user needs to click several times around a road (line feature) in order for the pop up to appear, this problem is only with the line feature the popup for other layers (polygons) show with no problem. I'm wondering if there is a way to increase the mouse click tolerance\ratio to make it able to catch the road easier. The app has 4 popups 1 line (road) and three polygons (districts), it doesn't seems the order of layers is involved on the process.

Thank you!
Tags (2)
0 Kudos
3 Replies
DanielleBram
New Contributor
To all,

The problem is the user needs to click several times around a road (line feature) in order for the pop up to appear, this problem is only with the line feature the popup for other layers (polygons) show with no problem. I'm wondering if there is a way to increase the mouse click tolerance\ratio to make it able to catch the road easier. The app has 4 popups 1 line (road) and three polygons (districts), it doesn't seems the order of layers is involved on the process.

Thank you!


Hi... I have the same question and I was wondering if you (or anyone else) ever figured out a resolution to this issue?
Thank you!
0 Kudos
JonFisher
Emerging Contributor
Unfortunately I believe the only way to do this is either:
1. Download the source code and modify the tolerance there
or
2. Use Robert Scheitlin's Identify widget instead of the default pop-up feature: http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89

Jon
0 Kudos
DasaPaddock
Esri Regular Contributor
Are you using a dynamic layer or a feature layer in your config?

You have to directly hit the line if it's a feature layer. If it's a dynamic layer, then a query is sent to the server with an extent that's twice as wide as the line symbol width.
0 Kudos