Tagged Questions
0
votes
1answer
34 views
Arcgis Server name include domain
When I create a web app using the template it points to cos-t420:8399/arcgisoutput but I need it to be cos-t420.web.com.sg:8399/arcgisoutput
How can it be done? am using the java version.
2
votes
2answers
122 views
pass string varialbe to placeholder for attribute in infoWindow (ArcGIS Javascript)
I am working on a Javascript-based webapp that uses an ArcGIS map service, which has several attribute columns containing URLs to photos. The user will be able to open photos by clicking on a link in ...
0
votes
0answers
36 views
graphics not displayed in child window derived from parent window parameters
My webapp allows the user to zoom to a map extent, then create a new window with a new map drawn to the zoomed extent of the parent window map. The parent map contains graphics, which should also be ...
3
votes
2answers
162 views
ArcGIS - How to programmatically create new dynamic layer for service?
I'm trying to create a number of widgets that will visualise different data by geographic area, e.g., the Potential Losses for Instrument X in Year Y for the Counties of State Z.
Ideally this would ...
3
votes
2answers
2k views
How to make heat maps?
It might beginner question regarding heat maps..I want to prepare the heat maps so what parameters are required for that??
I gone through following posts about heat map..but I did not get exact ...
2
votes
1answer
420 views
ArcGIS Javascript: upgrade ComboBox to FIlteringSelect using ItemFileReadStore
I would like to upgrade a web app I am working on from v2.1 to v3.1 of the Javascript API (I have tried 3.2 but I am getting some very odd rending problems, so I'm settling with 3.1 for now...)
One ...
0
votes
1answer
339 views
ArcGIS JavaScript API layerDrawingOptions seem restricted to 1 option, and it doesn't have any effect
I have two problems with ArcGIS Server's (10.0) dynamic layers when calling Layer.setLayerDrawingOptions from v3.2 of the JavaScript API.
1) It doesn't work. I set the layerDrawingOptions array for a ...
1
vote
1answer
383 views
create buffer around locator-derived point
I am trying to create a buffer around a point derived from a locator search, using this example:
http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm
..but I am getting no ...
1
vote
1answer
190 views
open current selection's tab in tabbed infoWindow container: ArcGIS Javascript API
I am updating a webApp using ArcGIS Javscript API 2.1
I have an infoWindow with tabs which shows all of the features in my map. I built it based on this example:
...
0
votes
0answers
134 views
infoWindow does not open on initial page load (ArcGIS Javascript API)
I am working on a webapp using the ArcGIS Javascript API. I noticed that when I first load the map (currently living on a development server), the infoWindow does not open (when clicking on a ...
1
vote
0answers
68 views
locator service to use with ArcGIS Javascript API v2.1
I am hoping to find a locator service that will locate by address or intersection, and that will work with version 2.1 of the ArcGIS Javascript API.
I tried this locator given in the examples, which ...
1
vote
2answers
244 views
How to get an ArcGISTiledMapServiceLayer + WMSTLayer based on same service to align?
The image below can be obtained by adding WorldTimeZone layers to the JSAPI map:
wmtsLayer = new ...
2
votes
0answers
173 views
convex hull over selected features
I am trying to achieve a convex hull over a feature Set returned by a query. But have been facing the error below which i am not able to figure out
In order to debug to see how the convex hull works ...
1
vote
2answers
362 views
Is it possible to reproject KML using ESRI's Javascript API?
Specifically into NAD83.
Google tells me that KML only supports WGS84, but I can't seem to find much info on being able to reproject KML using ESRI's Javascript API.
Basically, I've got this base ...
7
votes
1answer
302 views
Will hundreds of attributes cause performance problems in an ArcGIS Server layer?
This relates to ArcGIS Server 10.0 SP1, with data served from a file geodatabase polygon featureclass.
1) For performance reasons, is it a bad idea to have a featureclass with hundreds of attributes?
...
1
vote
1answer
241 views
How to project the result of a QueryTask in ArcGIS Javascript API?
I have created a web map that displays point features based on a given date range. Our current projection is Oregon State Plane South. My boss wants me to change the map to use a Web Mercator ...
3
votes
3answers
2k views
Displaying HTML popups for feature service
This bit of information caught my eye today as I was reading about Feature Services in the ArcGIS Server .NET help:
Feature services also support HTML
pop-ups setup in ArcMap. HTML pop-ups
are ...
3
votes
4answers
360 views
Is Javascript/AJAX still supported in ArcGIS 10?
A colleague of mine claims that the ArcGIS Javascript web API is not supported for ArcGIS 10+. I searched their website but all the information seemed to indicate that it should still work.
Any ...
