Questions tagged [esri-loader]

For questions related to using the esri-loader library to use the ArcGIS API for JavaScript in non-Dojo applications.

For questions related to using the esri-loader library to use the ArcGIS API for JavaScript in non-Dojo applications.

21 questions
0
votes
1 answer

ArcGIS 4.16 popup template custom function for content in Angular

I am trying to add custom content in the popup template from a service returned results. The service function is working in the ngOninit() or in a custom function which is not a part of the popup template function. When ever using in the popup…
Adam-KER
  • 67
  • 9
0
votes
1 answer

Refreshing Layers on an Angular 10 ESRI Map Without Refreshing the Entire Map

I have created an Esri Map in Angular 10. The user can select the layers on the map from a group button. So the input will be an array eg: ['0','1','2']. The numbers are the map layer number. All these functionalities are working fine, But I have to…
Adam-KER
  • 67
  • 9
0
votes
1 answer

geographicToWebMercator and Projected polygon in Angular ArcGIS esri-loader

How to use 'geographicToWebMercator' in Angular 10 to draw a polygon with rings values. I am referring the example provided In the documentation, https://developers.arcgis.com/documentation/core-concepts/features-and-geometries/#polygons and trying…
Adam-KER
  • 67
  • 9
0
votes
1 answer

How do I get esri map view to change with a service in angular 8?

I am trying to get the map to change when you reach a different slide in the scroll-spy. I'm having trouble getting a number from the service to use as an index for an array. I put the project up here on stackblitz. This is the…
Allie
  • 105
  • 9
0
votes
1 answer

importing esri-loader into nativescript

i'm trying to import esri-loader into my nativescript vue app and show a simple map and am getting an error. below is my code