1
vote
2answers
40 views

How to upload polygon data for appending to a geodatabase via a JS API web application

After a many hours of research, I am having a hard time determining the feasibility of an application I am trying to build. Basic proposed functionality is: user logs in, uploads polygon (either ...
2
votes
1answer
49 views

Can I use SELECTION mode on FeatureLayer from ArcGIS.com Webmap in ESRI JS API

I am using an ArcGIS.com Webmap in an ESRI Javascript API application I am developing. One of the layers in my Webmap is rather large and cannot be rendered all at once when zoomed out, however I ...
0
votes
2answers
357 views

Toggle Visibility of Features in FeatureLayer

How to toggle the visibility of features in a feature-layer using check-boxes .I have grid containing check-boxes in a columns representing each feature in Feature-layer and so if I check off the ...
3
votes
1answer
2k views

Adding a FeatureLayer ARCGIS JavaScript API

Hi I am currently exploring ARCGIS Javascript API. I have my own map services and feature services up on my local server. I would want to use the FeatuerLayer to select and highlight feature on the ...
0
votes
0answers
184 views

Calculate extent for feature layer

I have a polygon layer consisting of 58-60 thousand records.I am displaying small number of records(2-3 thousand) using "setDefinitionExpression" expression .When I add layer at the same time i have ...