All Questions
Tagged with arcgis-maps-sdk-javascript feature-service
20 questions
0
votes
1
answer
189
views
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 https://services2.arcgis.com/FiaPA4ga0iQKduv3/arcgis/rest/services/...
1
vote
0
answers
67
views
Publishing a FeatureService in ArcGIS Server
I have a registered PostGIS DB in ArcGIS Server Enterprise > Site > DataStore.
How to create a FeatureService in ArcGIS Server from my PostGIS DB to create a FeatureLayer in JS app?
How to obtain ...
2
votes
1
answer
368
views
ESRI Search Widget activeSourceIndex Usage (ArcGIS JS v4.8)
I am new to ArcGIS JS. I have read the docs but I am looking for some example of setting the default search service. I am looking to use all services (featureLayer and esri geocoding services) but ...
0
votes
1
answer
258
views
ArcGIS JavaScript choropleth map with custom data
I am using ArcGIS JS API for creating a different type of maps. I am pretty much clear on how do I create point maps using Lat/Long fields. But I don't seem to get a way to create choropleth map like ...
0
votes
1
answer
64
views
Not Able to Add Breaks For Feature Service Graphics
Using ArcGIS JavaScript API 3.24, can you please take a look at this snippet and let me know why I am not able to add Symbology to Feature Service out put by using ClassBreaksRenderer
Here is the ...
2
votes
0
answers
3k
views
Unable to perform applyEdits in Feature Service
I am facing two issues with applyEdits through JavaScript API.
1. Unable to perform applyEdits
When I perform ApplyEdits on feature service, I get the error "Unable to complete operation". When ...
4
votes
1
answer
2k
views
Filtering an ArcGIS Feature Service by Related Table
With a feature service that has a related table, is there a way to set a definition expression using the fields in the related table? For example, with the feature service located at https://...
1
vote
0
answers
497
views
Querying attachment info from ArcGIS map service?
Like feature layers have the queryAttachmentInfos() method to fetch attachment info, is there something like this to fetch attachment info from a map service (ArcGISDynamicMapServiceLayer)?
My app ...
4
votes
1
answer
715
views
Using feature service with JavaScript API and ArcGIS for Server on localhost?
I installed ArcGIS 10.2 for Server on my localhost and created and published a feature service on it. Now I want to use the feature service I created on a simple html page using Javascript. How can I ...
3
votes
1
answer
953
views
Is editing feature service through the REST API an okay approach?
I have a database that receives real-time data from alarms throughout the day, or on request.
I'd like to create a web map that displays the "bad" alarms.
My current idea is to create a Python ...
0
votes
1
answer
587
views
Getting link or file from uploads folder of ArcGIS Server feature service?
I have succeeded in adding a file to arcgis server with the upload method of a feature service on arcgis server. But i can't see how to download what i have uploaded to.
How can I have a link (like ...
2
votes
1
answer
2k
views
using REST "delete features" in arcgis api for javascript
I am developping a web application that uses a feature service, what i want to do is save the data in the feature server, and then delete all the features at the start of the application.
I am able to ...
1
vote
1
answer
2k
views
add features to a featurelayer and save changes in the server
I am developping a web application with arcgis javascript api. I am using arcgis server 10.2.
I declared a featureLayer, the URL of this featureLayer is a feature service on my server.
Using a ...
0
votes
1
answer
965
views
Attribute Inspector for points - JavaScript API
I am attempting to get an application working where editors can click on a point feature and edit a form. I need the form to have a save button that when clicked will apply the edits to the feature.
...
2
votes
1
answer
4k
views
Help with getting the coordinates of a point updated using ESRI JS API Editor
I've been working with ESRI's javascript API for about a week and finding that somethings click while other things are still a mystery to me. I've already created a simple web map that loads an ...