Eine globale Community von Esri-Nutzern, in der Sie Lösungen finden, Ideen austauschen und zusammenarbeiten können.
Hi! I am new to ArcGIS, and I am extremely confused by this website and all its online features. I found this website because I am building a small Geo app where I track my bike an hike tours. (I know, the million-th one, but it is just for myself.) When searching for compatible maps for OpenLayers, Google spits out ArcGIS…
Dear Esri REST JS Team: The CDN library path script src="https://unpkg.com/@esri/arcgis-rest-feature-service@4.4.1/dist/bundled/feature-server.umd.js" integrity=... as shown on the reference page https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/ returns a 404 error. I think it should…
Hello! I'm looking for recommendations. I have this set up where I query a layer and then create a chart. However, I have a second layer I would like to query at the same time and ideally wait to have both responses before creating my custom chart. Does anyone know how I could achieve that? Thank you…
Does anyone know how to use the token from this endpoint? https://developers.arcgis.com/rest/users-groups-and-items/token/ I was trying trying to implement app authentication but even with a token, trying to access secured items on ArcGIS Online wasn't possible. I kept getting an "invalid token" error. I have a server…
We have an old app, which edits a Secured Feature Service. On ApplyEdits, we recently started getting an error in response body : {"addResults":[{"success":false,"error":{"code":635,"description":""}}],"updateResults":[],"deleteResults":[]} I want to know what code 635 means? Server is 10.6 Also, when I edit from the REST…
I've returned to a project where I'm managing Feature Services/Layers through the ArcGis REST JS and consuming the data via a web frontend using the ArcGis Maps Javascript SDK authenticated with a Api Key. After I create a Feature Service (using createFeatureService) and a Feature Layer (using addToServiceDefinition) I…
Hi there, I am building an node js application using typescript 5.4.5 and i am using @esri/arcgis-rest-request to try to get the access token from acrgis. But i am hit with node_modules/@esri/arcgis-rest-request/dist/esm/utils/IAuthenticationManager.d.ts:36:41 - error TS2304: Cannot find name 'RequestCredentials'. and also…
Hello , Am trying to install @esri/arcgis-rest-request V4 into my react React JS project the. I received set of warning vulnerabilities as "121 vulnerabilities (1 low, 97 moderate, 19 high, 4 critical)" . I tired to fix them by npm audit fix --force, it did not wok , more vulnerabilities I got and the whole project is…
I am trying to get weather data for places I am looking up with the 'geocode' and 'reverseGeocode' operations. I notice that they return IPoint objects, rather than latitude/longitude. Is there a way to convert an IPoint to an ILocation? The weather APIs I'm using need lat/long rather than x/y. Apologies if this is a dumb…
I have an angular application and a nodejs server. I am able to authenticate a session on angular end with OAuth2 and access a secured feature service. Is there a way to share the authentication with nodejs server and access the same feature service?
Melden Sie sich an, um zu posten, Inhalte zu folgen und mehr. Neu hier? Kostenlos registrieren.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.