python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Trimming a long text to get what I want using substring
I have a program that was created using c# in UWP and we have a map embedded in it using ESRI.ArcGISRuntime libraries.
I want to show the datum only and I have used substring to extract what I need bu...
jam
Votes: 0
Answers: 1
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/serv...
BenW
Votes: 0
Answers: 2
Why the amount of build files increased after installing ArcGIS JS in the Angular application
I have installed the @arcgis/core by using npm into my Angular application.
After that when i'm going to deploy the changes in to my QA environment, it has more than 500 build files. Earlier it was on...

Kalana Tebel
Votes: 0
Answers: 0
How to format a esriFieldTypeDate parameter in a json url query to an ESRI REST server
I'm trying to query this API, filtering by the RptDt field, which is type esriFieldTypeDate.
The basic query looks like this:
https://dhsgis.wi.gov/server/rest/services/DHS_COVID19/COVID19_WI_V2/MapSe...
John J.
Votes: 0
Answers: 2