Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
79 views

const polygonLayer = new FeatureLayer My service data is quite large, so I only want to load the features within a specified extent. I tried setting the fullextent but it didn't work. I can't use ...
BRZ owner's user avatar
  • 4,533
-1 votes
1 answer
63 views

I have an ESRI 3.46 JavaScript application. There are a couple of functions which return data from an API. I am looping through the results and creating an array to be returned to other areas of my ...
CRayGo's user avatar
  • 21
0 votes
2 answers
133 views

I'm building a JavaScript app with the ArcGis JavaScript SDK. We have a requirement that the app should run on prem without external dependencies. How can I use the SDK without it making calls to js....
Danwize's user avatar
  • 345
0 votes
1 answer
62 views

I am trying to build an application where vpn connection plays a critical role so if a user disconnects from its vpn i would like to keep try to query or try to apply edit to feature layer if vpn ...
Fatih Enes's user avatar
1 vote
1 answer
100 views

Currently I want to edit the dropdown source, and add a check box to select as shown, instead of displaying it as default. Anyone who knows please help me. const searchWidget = new Search({ ...
Minh Yến's user avatar
0 votes
1 answer
73 views

In my user interface, I want to display data per neighborhood via a pie chart, whereby different age groups correspond to different pieces of the pie chart. Relevant code: import { setDefaultOptions, ...
Foeke Boersma's user avatar
0 votes
1 answer
98 views

I am trying to load a geoserver wms layer to a WMSLayer using Esri JS API 4.x, thought the code below loads ok using Esri JS API 3.x require(["esri/layers/WMSLayer","esri/layers/...
Angelo's user avatar
  • 1
3 votes
0 answers
76 views

Following this ArcGIS JavaScript SDK sample, I'm able to visualize feature layer data using a continuous color ramp. However, I'm unable to update the renderer's color ramp value dynamically. I would ...
user avatar
1 vote
1 answer
226 views

I am using ArcGIS Experience Builder. I'm working on a React component that toggles visibility of map layers in an Esri map. My widget works perfectly when I hardcode the layers configuration, but ...
DaviHlav's user avatar
0 votes
0 answers
44 views

The popup is not opening when I click on the point in the map and it leaves an error in the console, "Popup.js:6 Uncaught (in promise) TypeError: d.ActionsCollection is not a constructor" ...
Adam-KER's user avatar
1 vote
1 answer
312 views

I have ArcGIS for javascript 4.24 and the following code where i want to display a popup if the user clicks outside of a polygon. view.on("click", function (evt) { view.hitTest(...
user1541219's user avatar
0 votes
1 answer
435 views

I am migrating a 3.x Enterprise ArcGIS Server Javascript application to 4.x. The application adds secured FeatureLayer layers to the map using a service token that was generated by a separate process. ...
jhilgeman's user avatar
  • 1,593
0 votes
0 answers
102 views

Currently using Arcgis JS API 4.28 (https://js.arcgis.com/4.28) I'm stuck with two layers (basemap and data layer) not aligning up correctly +++++ UPDATE #1 There is a flat file live demonstration so ...
Joshua's user avatar
  • 173
1 vote
1 answer
447 views

I meet a problem when trying to add button on popupTemplate in ARCGIS JavaScript;My environment is node.js, and the version of ARCGIS JavaScript is 4.28. The code snippet is as following: const ...
abramhum's user avatar
  • 469
1 vote
1 answer
407 views

I am working alot with the ArcGIS JS API in typescript, using their @arcgis/core ES6 modules. In that package, they export a namespace: // @arcgis/core/interface.d.ts declare namespace __esri { // ...
Seth Lutske's user avatar
0 votes
0 answers
233 views

I meet a problem when using ARCGIS JavaScript(version 4.9) to handle map data. My environment is node.js with express. the following is my code snippet: esriConfig.request.trustedServers.push("...
abramhum's user avatar
  • 469
0 votes
1 answer
456 views

My renderer for my featureLayer (My feature layer) only renders the Legend but does not draw out any features on the map. It seems as though my uniqueValueGroups are working but uniqueValueInfos does ...
Riku's user avatar
  • 90
1 vote
2 answers
710 views

I want to use an ArcGIS Online Web Experience in an environment where there is no internet connection. I installed the ArcGIS Experience Builder Developer Edition, created a new application, ran the ...
Melanie's user avatar
  • 13
0 votes
2 answers
244 views

I am trying to show Pakistan flood data on the ArcGIS map. the map is loading fine. Geojsos' point is showing as well but when I click it, it doesn't show any data. Can you please look into this? I ...
sameer's user avatar
  • 23
1 vote
1 answer
287 views

Using ArcGIS API Javascript 4.x and a GraphicsLayer, the popup does not hide the fields correctly. It is working fine with FeatureLayer but I need to use GraphicsLayer for this request. Attached ...
Robert Smith's user avatar
2 votes
2 answers
7k views

I am working with Vue and using Vite and typescript. I have come across this problem that i get this error that says ```A module cannot have multiple default exports.ts(2528)``. <script setup lang=&...
Rehan's user avatar
  • 441
6 votes
2 answers
723 views

I'm using the ArcGIS API for JavaScript to display a map and I want to get the selected feature when someone clicks on the map. This is my MapComponent export const MapComponent = () => { const ...
Luis Carlos Cruz Castillo's user avatar
1 vote
1 answer
1k views

Im having an issue getting a map to display via arcgis and next.js, perhaps if i had more eyes on it i might understand. Here is the code: Main Page: 'use client' import Header from './components/...
Josh Winters's user avatar
0 votes
1 answer
369 views

I'm pretty new to ArcGIS so pardon my ignorance: how can I get the ID of a newly added Feature of a MapView? Using the ArcGIS JavaScript SDK, I have a MapView defined as follows: var portalItem = new ...
Joshua Abbott's user avatar
0 votes
1 answer
328 views

The below code works when launched when created as an html page in notepad. However, once I try to deploy as part of a Asp.net Core project it will not display unless i change the Arcgis SDK down to 4....
Tricky035's user avatar
  • 107

1
2 3 4 5
21