Questions tagged [arcgis-online]
28 questions
0
votes
1 answer
ArcGIS online reordering popups
I’m using the new map viewer and I have two overlapping polygon layers. When I have popups turned on for both layers, but I’d prefer popups for one layer shows up first.
Is there a way to reorder popups without reordering layers?

Ponyface
- 1
0
votes
1 answer
Azure AD - Where to add the public key certificate from the Service Provider to encrypt the SAML assertion
I have been given a Public Key Certificate by the Service Provider (ArcGIS Online) which I want to use to encrypt the assertion sent from Azure AD (IdP).
Do I import the certificate (with KeyDescriptor="encryption") under Single Sign On > SAML…

Solo
- 3
- 2
0
votes
2 answers
Get a list of every Layer, in every Service, in every Folder in an ArcGIS REST endpoint
I have two ArcGIS REST endpoints for which I am trying to get a list of every layer:
https://rdgdwe.sc.egov.usda.gov/arcgis/rest/services
https://services1.arcgis.com/RLQu0rK7h4kbsBq5/ArcGIS/rest/services
These are not my organization's endpoints so…

BenW
- 125
- 7
0
votes
1 answer
How to display full extent of a webmap using ArcGIS Javascript API?
I'm using ArcGIS Javascript API 4.20 to retrieve a webmap from ArcGIS online, and I'm able to load and display it by providing its ID, using the following simple script:
import MapView from…

Jorge Chávez
- 50
- 9
0
votes
1 answer
How to improve feature layer performance with esri javascript api 4.15
I am creating a feature layer with layer url from esri online.
It currently has 250 000 data points. But with this 250k points itself it is rendering extremely slow. I also using mode on demand as
mode: FeatureLayer.MODE_ONDEMAND
How can i improve…

arunraj770
- 767
- 1
- 10
- 29
0
votes
1 answer
Populating a field with the count of another field
I preformed a one to many join with a buildings layer (one) and a table of internal cameras (many). This produced a table with multiple records per building.
Now, I would like to label the buildings based on the number of cameras joined to a…

Ryan Bobo
- 101
- 7
0
votes
1 answer
Change Image Widget picture based on attribute table value of selected item in ArcGIS Online Experience Builder
I am trying to use the image widget using ArcGIS Online:
https://doc.arcgis.com/en/experience-builder/configure-widgets/image-widget.htm
But I would like the picture to changed based on the current point selected. The image widget should show the…

Robert Smith
- 634
- 1
- 8
- 22
0
votes
1 answer
Add label to graphic icon in GraphicsLayer
I am using the following code to create a GraphicsLayer:
const labelClass= {
symbol: { type: "text", color: "green", font: { family: "Sans", size: 12, weight: "bold" }},
labelPlacement: "above-center"
};
gl=new…

user162510
- 7
- 2
0
votes
1 answer
Enable or disable Web Appbuilder widget based on logged user
In my web application I am able to add widgets and also change the rights of widgets from confing.json file,But this change is permanently. And I want the property of the widget to be enabled or disabled programatically at the run time using…

Shalinee Mishra
- 1
- 4
0
votes
0 answers
Rest API - unable to update a definition
I wasn't quite sure whether to ask this here or in the GIS Stack Exchance. Possibly both. But I feel I'm doing something fundamentally wrong here - the update doesn't seem to be taking effect (when I look in the console afterwards it's still…

user25730
- 517
- 2
- 6
- 24
0
votes
1 answer
Cannot Query Feature Attributes from ArcGIS Online Feature Service
I have created a feature service on ArcGIS online which has approximately 2000 features. Each feature has four fields: name, latitude, longitude and a boolean validation field (true/false). Two custom symbols are used - one for validated features…

G. Steve
- 2,739
- 2
- 11
- 17
-1
votes
1 answer
Bring ArcGIS Online feature service layer into MapBox
I am trying to do the following in MapBox Studio:
Bring an existing feature service layer(s) into the MapBox style, so when updated in AGO it will automatically update in MapBox
Obtain a mapbox style url as a result
Is this possible? I am not sure…
-1
votes
1 answer
How can I change legend labels in ArcGIS online?
I am trying to edit a legend in ArcGIS online because the field directly from the original dataset is undescriptive. I am able to rename the layers, edit the field names of the individual points, but not the legend itself.
Here is what the legend…

Michael Sioson
- 1
- 3