Click over Circle problem

953
4
03-14-2017 08:43 AM
IsmaelSilveira
New Contributor

Hi, i have a Map with two layers (one to show filters and one to show results).

And there is a strange behavior, after I realize a search, and the results loads (like attachment 1), when I click over the blue Circles the popup is shown. But in some Circles is not working, nothing happens. But not always the same points, sometime it doesn't works in some points and sometime in others.

I removed the big circle filter and nothing changes.

All the points are created and added in the same time and in the same way, like this:

new Graphic({
geometry: new Point({
x: xCoord,
y: yCoord,
spatialReference: this._mapView.spatialReference
}),
symbol: new SimpleMarkerSymbol({
color: new Color(someColor,
style: "circle",
size: someSize
}),
popupTemplate: new PopupTemplate({
title: someTittle,
content: someContent
}),
visible: true
});

Can anyone help me?

Thanks!

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus

Ismael,

  Are there an errors shown in your browsers web console when the popup does not appear? And are you using 4.x if so which version?

0 Kudos
IsmaelSilveira
New Contributor

Robert, thank you for your answer.

There are no errors in the  browser console.

I'm using 4.2 (also I tried with 4.3 and the same happens)

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Ismael,

   Without any error in the console there is little I can do to debug it on my end. You will need to contact esri tech support if you are in the US or your local esri office it outside the US.

0 Kudos
IsmaelSilveira
New Contributor

Ok Robert, thank you for your concern

0 Kudos