Questions tagged [esri-maps]

102 questions
0
votes
1 answer

Displaying all layers in ArcGIS feature service in Angular application

As you can see in the below living atlas layer, there are multiple layers inside (state,county,tract etc..) But when I add this link, it will display only the first layer.(State). Then, when I zoom in the map, that layer disappears. I want to…
Kalana Tebel
  • 135
  • 4
  • 17
0
votes
1 answer

ArcGIS Esri - Popup template custom content not showing graphic attributes. (Angular 11)

I'm going to display a customContent in arcgis popup template in Angular 11 application. But the value of graphic.attributes is not coming to the innerText. In console log I can see the graphic objects are coming as expected. But it's showing…
Kalana Tebel
  • 135
  • 4
  • 17
0
votes
1 answer

How to get a screenshot of the ESRI Map - Angular

How to get a screenshot of the Esri map at its current state on the UI and make it as downloaded as Pdf from Angular? The following code is my current .ts code and please let me know if there are additional parts to be…
Harsha W
  • 3,162
  • 5
  • 43
  • 77
0
votes
1 answer

Issue when displaying a Popup window in the ESRI Map

Currently, my Esri Map is displaying the locations on the Esri Map as pinpoints after I pass the location details(latitude, longitude, etc..) to the Esri Map. So, now what I wanted is when a user clicks on a specific pinpoint, I want to show a popup…
Harsha W
  • 3,162
  • 5
  • 43
  • 77
0
votes
1 answer

Feed location data to the Esri Map and display locations on Esri Map as pinpoints

I want to pass some location data(latitude, longitude, etc..) of some states in the US to the ArcGIS Esri map, and display those locations in the Esri map as pinpoints (like Google maps). Currently, my Angular code is as below and I couldn't find…
Harsha W
  • 3,162
  • 5
  • 43
  • 77
0
votes
2 answers

Display Info Window on the multiple coordinates on the arcgis map in Next JS

Here below is my next JS Code which is showing a simple ArcGIS map with the points or markers on the specific coordinates. Can anyone please let me know that how can I display the popup / Info window for the points on the map? e.g. I click on any…
Deep Kakkar
  • 5,831
  • 4
  • 39
  • 75
0
votes
1 answer

Issues with outStatistics param of feature layer queries

Problem When trying to query a hosted feature layer using the outStatistics parameter, I get a failed response, whereas spatial queries on the same feature layer return features. The app is trying to query a feature layer with well data from…
drm1217
  • 105
  • 7
0
votes
0 answers

How to remove certain words in a URL as page loads via JavaScript or jQuery

I am working with Esri Map. When I tried to load json data on the map, I discovered that Word findAddressCandidates is appended to the url when view from the console. So instead having http://localhost/data.json and am having…
Nancy Moore
  • 2,322
  • 2
  • 21
  • 38
0
votes
0 answers

Esri map working locally but not showing on azure

I really don't know how to describe the issue here, I'm using Angular 9 and I'm loading an esri map. Locally everything is working fine, the map and widgets are being displayed and nothing is wrong. When I publish my application into Azure. I'm…
Mohamad Mousheimish
  • 1,641
  • 3
  • 16
  • 48
0
votes
0 answers

Drawing polygon on Esri map on chrome not working

Cannot draw polygon on chrome in esri Map [![enter image description here][1]][1] Could someone please help it's chrome specific issue. In edge I can draw map [1]: https://i.stack.imgur.com/pZddT.png
0
votes
1 answer

GeoJSON polygons on import into ArcGIS Web are always solid filled, instead of the transparency/opacity styles we set for geoJson

I've been playing with GeoJSON only recently, and was wanting to request some assistance on the below: We save the graphitems (polygon rings, etc), from the web maps. We then convert it to a GeoJSON file for export, along with styles for…
Kaush
  • 41
  • 3
0
votes
1 answer

How to limit search results to an extent with Esri Javascript map?

I believe by default the 4.13 Esri Javascript map will search addresses by the current map view extent. The issue is that if the user zooms in or out too far, the search results return addresses VERY far away. Here is my code: function initESRIMap()…
Scott Anderson
  • 103
  • 2
  • 8
0
votes
0 answers

esriPFS(Picture Filled Symbol) imageData is not displayed on Leaflet Map

Expected Result on Map import * as L from "leaflet"; import * as esri from "esri-leaflet" import "esri-leaflet-renderers"; let _layer = esri.featureLayer({ url:…
vinita jain
  • 163
  • 2
  • 18
0
votes
1 answer

queryFeatures is not returning all intersected features

Intended effect When user clicks on a polygon feature (a county, region, or neighborhood/municipality) or uses the "Draw" widget, a dashboard card displays the number of intersected point features returned by queryFeatures() (see…
drm1217
  • 105
  • 7
0
votes
1 answer

How to get get name of hospital or street in particular area when draw polyline through Javascript ArcGIS Api?

Actually I am using ArcGIS API for JavaScript 4.7. I want to get name of hospital or street in particular area when draw polyline . How to achieve that ? Suppose I draw a area through polyline. In this area there are some hospital or street ..etc .…
jaw-al
  • 41
  • 2
  • 10