Why? points on map disappear after they render.

1016
6
02-03-2017 07:52 AM
AnaHiraldo-Gomez
New Contributor III

Created application using Web AppBuilder (http://arcg.is/2jIpWOH) when the app loads and it finisheds rendering the points they disapper.  I am using Chrome Browser.  

Any ideas, suggestions?

Tags (1)
0 Kudos
6 Replies
RobertScheitlin__GISP
MVP Emeritus

Ana,

   That is strange behavior indeed. When I removed the extent portion of the url the points did not disappear.

http://www.arcgis.com/apps/webappviewer/index.html?id=2389b6a5436d44a1b8aabec263cdad1b  

As this is the AGOL WAB  version you should call esri tech support and report this issue.

AnaHiraldo-Gomez
New Contributor III

I did. Waiting for them to reply.

0 Kudos
AdamZiegler1
Esri Contributor

I grabbed your REST service and added it as an item and built a quick basic viewer. I did not experience the same phenomenon. How did you consume your ArcGIS Server service into AGOL (individual layer per item or entire service as an item)? I watched the communication via Fidler on your app and it was making hundreds of calls back to your ArcGIS Server. I consume3d your entire service and my app made significantly fewer calls. If you have Chrome, add the Fiddler Add-In and watch the communication. Might be the way you consumed your layers into AGOL or how they were added (maybe altered) in the web map.

http://citygov.maps.arcgis.com/apps/View/index.html?appid=52af0db39eb54cfdad4b714bb389b574 

-Adam Z

0 Kudos
AnaHiraldo-Gomez
New Contributor III

Adam,

Thanks, I added the layers individually.  If I use the whole map service then the user would have to chick on the map service name to see all of the layers.  Trying to make it easier for the user.  No familiar with Fidler.

0 Kudos
AdamZiegler1
Esri Contributor

Okay, I suspect it has something to do with that....hopefully tech support can explain what is happening. Fiddler is a nice application to watch internet traffic. I included a snapshot below, but I could essentially see hundreds of calls to your AGS box when I started the application.

Fiddler free web debugging proxy 

-Adam Z

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Be aware that with modern browsers like Chrome and Firefox fiddler is not really needed anymore. The network tab and developer tool features of modern browsers can do most of what Fiddler was designed for.