Questions tagged [arcgis-online]

28 questions
18
votes
1 answer

How do I scrape data from an ArcGIS Online map?

I want to scrape the data from an ArcGIS map. The following map has a popup when we click the red features. How do I access that data programmatically? Link :…
curious_nustian
  • 596
  • 2
  • 7
  • 22
1
vote
0 answers

AGOL python web-tier authentication secured with PKI/CAC

I am using a python script to connect to an AGOL feature service layer, and update the layer. Right now, I use the following to access it: gis_url = "https://xxxx.maps.arcgis.com" #### Add your username and password gis_username =…
1
vote
1 answer

Legend load event in ArcGIS JavaScript API

I am working on arcgis map JavaScript API and i want to show map layer legend with close icon but i am unable to find legend load event to show the same. Legend along with close icon is shown in below image.enter image description here
rahul
  • 11
  • 3
1
vote
0 answers

update data of arcgis app with python arcgis api

I created an web app in ArcGIS Online (map journal). I want to update the underlying data of the map journal (e.g. text) as a step in an automation workflow. However, i am unable to update the data. I isolated the problem to the following code: from…
Jeroen
  • 11
  • 1
1
vote
1 answer

AGOL hosted feature service returns more features than maxRecordCount

I'm doing some experiments with ArcGIS Online hosted feature services in R using the sf package. I cannot figure out why the response of this request contains more than 60k…
Willy
  • 497
  • 3
  • 10
1
vote
0 answers

Consume ArcGIS Feature Query Service in Java

I am querying a feature layer provided in ArcGIS Online as explained in the Query (Feature Service) documentation. Everywhere there are examples using JavaScript. I am not able to find any documentation or examples using Java. I have tried the same…
Naveen Kumar H S
  • 1,304
  • 16
  • 30
0
votes
0 answers

Add_layer in python api for arcgis neither completes action nor returns an error

I have a python script where I'm trying to add a feature layer to a webmap. The script completes without any errors but the feature layer doesn't get added. Here's the code in question: from arcgis.gis import GIS from arcgis.mapping import…
opike
  • 7,053
  • 14
  • 68
  • 95
0
votes
0 answers

ArcGIS Selecting Everything within the circles on map

I am new to ArcGIS. I have been tasked with making a python script that will select the regions within the larger circles below. So in other words make a selection of everything in the larger green, red, and light blue circles above. I am not sure…
0
votes
1 answer

How to access Map on ArcGIS Online Dashboard with interactive JS

Included image shows a ArcGIS Online dashboard with a MapView on the right and and embedded content panel on the left. So basic question is what's the best approach to add dashboard functionality such as that shown in the left panel, i.e.…
Diplonics
  • 435
  • 1
  • 4
  • 12
0
votes
0 answers

Updating ArcGIS Online pdf files with ArcGIS API for Python

I want to update over 100 pdf files in our AGOL organizational account to keep their existing urls. The titles of the pdf items on AGOL don’t match with the pdf names that would replace the existing files. I have a csv file that stores all the AGOL…
0
votes
0 answers

ArcGIS API GeoJson

I have two questions and hope someone can provide me with ideas or solutions. How do I create a file adding each week’s data to create one table; appending records. How do I convert string variable into numeric variable before or after import. I…
FunT
  • 67
  • 7
0
votes
0 answers

Download Survey 123 data to ArcGIS Pro

I am trying to create a Survey 123 that checks whether the submitted address is within a polygon, and then sends an automated response to the form submitter either accepting (within polygon) or rejection (outside polygon) their request. I have been…
0
votes
0 answers

ArcGIS initializing or loading error: unable to establish connection to https://www.arcgis.com

I've been having issues opening Arcgis pro for a few days. I've tried all the options provided by the ESRI help team and nothing has worked so far. I have set the TLS 1.2 requirement, the organization and group permissions, added it to trusted sites…
Joke O.
  • 515
  • 6
  • 29
0
votes
0 answers

ARCGIS Suvery123 Connect can create feature service is only hosted feature layer and How to solve problem?

This is hosted feature layer have enable editing [1]: https://i.stack.imgur.com/LSiwi.png This is non hosted feature layer from database (I enable edit everything before publish) don't have enable editing [2]: https://i.stack.imgur.com/RInkX.png so…
0
votes
0 answers

upload a R leaflet to Arcgis Online

Based on the data example at How to show/hide legend with control layer panel with leaflet? Does anyone know if it's possible to upload a html file containing a leaflet generated in R to an ArcGis Online account? Or is there another method (not…
Andrei Niță
  • 517
  • 1
  • 3
  • 14
1
2