Tagged Questions
1
vote
0answers
26 views
Unable to reorder after layers from multiple ArcGISDynamicMapServiceLayers
I used the ArcGIS Javascript layer reordering sample as template.
Initially I have 4 layers added to the map by ArcGISDynamicMapServiceLayer where reordering was working. Then, instead of using add ...
-1
votes
0answers
33 views
Get attributes and geometry from a feature and convert it to a graphic in JavaScript
How can I get the attributes of a selected data (wfst) and push it into a grid? Can I convert this selected feature to a graphic?
Any idea?
0
votes
2answers
45 views
ArcGIS javascript api - layer reordering - how to add new layers?
I am learning ArcGIS javascript API and wanted to make a reordering panel for my webapp. I looked through the ArcGIS sample.
but I'm stuck at addLake() function. If I'm understand the sample ...
0
votes
1answer
22 views
ArcGIS 9.3 geoprocessing service output consideration
I'm developing geoprocessing service which do few processes with geographic data. I would like to get somehow geometry of those data and use it in my web aplication (JS ArcGIS API). Now I'm wondering ...
2
votes
1answer
43 views
ArcGIS JS - Missing “style” when printing dynamic layer
Im having an issue trying to get the url of the map being printed with a dynamic layer. WIth just tiled services and basemap it prints just fine.
// USED FOR PRINTING OF MAPS
function ...
1
vote
1answer
36 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 ...
1
vote
1answer
34 views
Display mouse position from graph on a map
i need to develop a web application which shows a map, that displays a GPS Route.
So far I can do this using Openlayers or ArcGIS Server.
Now I want to add an interactive graph below the map. In this ...
7
votes
3answers
131 views
CORS issue ArcGIS 10.1 IIS (Cross Origin Resource Sharing)
I have ArcGIS 10.1 installed with the web adapter for IIS. I've added a config file to the root of IIS7 to enable Cross Origin Resource Sharing (CORS) as per this page. I've pushed the cors enabled ...
0
votes
0answers
38 views
How to copy feature layer graphics
Is there any way to copy graphics from feature layer?
More details: I have a map, where I retrieve some information from sql db and add a chloropleth map based on the values. Before adding them to ...
1
vote
1answer
75 views
Arcgis Server - Highlight Identified Features
I am identifying features from an ArcGISDynamicMapServiceLayer
All the sublayers can be toggle on/off and when identifying, only the visible layers are queried/returned. Below are the initIdentify ...
3
votes
1answer
99 views
ArcGISDynamicMapServiceLayer change layer hierarchy
I am building an application off an existing map server using the javaScript API. The server has about 10 layers that I am loading into my application as a ArcGISDynamicMapServiceLayer.
Once I have ...
4
votes
1answer
149 views
Building a custom, dynamic legend using ArcGis-server js and dynamicMapServiceLayer
I have a dynamicMapServiceLayer that I am using to build a map application. There are about 10 layers in the mapservice that I am toggling using the setVisibleLayers action.
I would like to build my ...
5
votes
2answers
162 views
Rendering huge amount of points
Evening Guys,
I am new to ArcGIS, and currently developing a small app that uses ArcGIS Javascript API.
I have encountered a couple of problems while working on this and would greatly appreciate if ...
1
vote
0answers
79 views
adding WMS service to application ArcGIS JS api
I've got map in projection: 4326 (WGS-84) when I try to add WMS layers which is in different projection I always get connection timeout Do you know if I could change WMS projection to set it up ...
1
vote
2answers
261 views
Load One Layer from ArcGIS Server MapServer
I am pretty new to ArcGIS Server and am building a map applications using the Javascript API. I can easily load the map layer below by adding it as a ArcGISDynamicMapServiceLayer
...
5
votes
2answers
307 views
Can overlays have different resolutions from the base layer?
I am trying to show a regional map on top of base map but without success. While debugging I noticed that my regional map has a different set of resolutions from the base. Is this allowed in ...
1
vote
2answers
887 views
Javascript Api's ArcGISTiledMapServiceLayer won't show map
I am currently trying to show a map that has been tiled. I am using version 10 of the arcgis server, and version 2.5 of the javascript api, the odd thing i am running into is that the map will not ...
4
votes
1answer
144 views
Why does a cache service need to load first when a dynamic service is involved?
I notice if you have 2 services 1 cached and 1 dynamic you have to load the cache first for it to display.
Does anyone know why?
3
votes
1answer
324 views
Identify with Layer Toggling
I have spent some time reading the numerous threads about setting the identify task to work with layer toggling and I seem to have it working properly except for one small issue. The identify task ...
3
votes
1answer
684 views
Display XY after Button Click
I am creating a map that will generate an XY coordinate based off the location that a user clicks. I only want this location to be generated after the user clicks a button to enable the draw toolbar ...
1
vote
2answers
553 views
ToC Context Menu Move Layer Up Down
Similar ESRI arcgis.com can anyone give pointers on how to move layer up/down? And of possible include the context menu.
Update:Pardon me, Using Javascript API
Cheers, blueRace
3
votes
4answers
407 views
ESRI Javascript API: Return to the Map Extent you were at when you use browser back button
Can anyone give me some pointers (code would be helpful) on how to go back to the extent a user was at after they have navigate away and clicked the back button?
So I'm viewing a map at X extent I ...
3
votes
2answers
743 views
How to Display Point from Form
For the last few days I have been trying to come up with a way to display a point on a map from a coordinate pair entered into a form. I began with the sample below and then added the formToJSON ...
2
votes
1answer
972 views
JS relationshipQuery not returning multiple selected features
This is my first time posting a question here.
I am working on a map application using ArcGIS Server 10 with Javascript API 2.1 and I am trying to figure out why I cannot return multiple selected ...
5
votes
3answers
582 views
toolbars.Draw: Clear last point when a new point is clicked.
I am creating a map that will provide coordinates when a point is clicked on the map. I want to have a graphic provided on the clicked location so I am going to using the drawing functionality as ...
4
votes
2answers
434 views
Is there an existing way to do linear referencing in ArcGIS JavaScript API 2.1?
First of all, let me specify that this is for the JavaScript API 2.1 or later only, not ADF/Google/Virtual Earth/Silverlight/Flex or any of the other extensions.
We've been creating geometry from a ...
2
votes
1answer
353 views
Has anyone successfully made a FeatureLayer from a view in DB2 and ArcSDE 10?
Lately it seems like every new ESRI feature fails for me - I must be cursed. I'm testing the use of a FeatureLayer to see if helps display and query features using the JavaScript API 2.0.
This layer ...
1
vote
2answers
643 views
Showing a select or hightlighting a point feature in AGS using Javascript
How would you go about "selecting/hightlighting a feature" in the map control when a user clicks on a point in the map - all via ADF Javascript. I know it can be done server side with a selection ...
1
vote
2answers
2k views
How to grab user's mouse click (coordinates) in Javascript
I am just getting to grips with using ArcGIS Server 9.3.1. I am developing in .NET with a very basic Web app in C# - it has the standard ESRI web ADF ASP controls in the web page (Default.aspx) ...
