The ArcGIS API for JavaScript is web mapping API from Esri.
1
vote
0answers
21 views
Display 3 maps equally
How can I get a 33% equal split for 3 map panes - I keep getting the middle map being smaller than the left and right ones for some reason. Theres no header or footer - just 3 maps. If anyone can ...
0
votes
0answers
12 views
Point Cluster Layer not defined
I am trying to do a point cluster layer based on the JSON objects I obtained from database. Here is my JavaScript to plot a point cluster layer:
function addClusters() {
$.ajax({
url: ...
0
votes
0answers
10 views
Change symbol size in legend for FeatureLayer (ArcGIS API for JavaScript)
I'm learning how to create web applications using the ArcGIS API for JavaScript. I have a map that is displaying both an ArcGISDynamicMapServiceLayer (which includes two layers) and a FeatureLayer. I ...
1
vote
1answer
7 views
Setting Rotation of ExportWebMap
I see from the ExportWebMap specification that rotation can be set in the JSON object sent to the sever.
Does anyone know if this can be accessed via the ESRI JavaScript API (v3.9)?
I do not need to ...
0
votes
0answers
17 views
Dojo Stacked Columns Chart for JavaScript ArcGIS Web Map Pop
Anyone know how to use the the StackedColumns chart in dojo for ArcGIS JavaScript API? I need to add one to my popup window.
I can only find the documentation below:
...
1
vote
1answer
23 views
ESRI Javascript API QueryTask error handling
I'm struggling to find the proper way to handle errors in a QueryTask. Particularly if the user clicks outside the feature layer.
My current QueryTask looks at a field (bare_earth) populated with ...
1
vote
1answer
24 views
How to upload a csv file into esri map with coordinates and plot in an esri map
I have got a sample code to plot the points on an esri map using a csv file.
But the csv file is maintained in a server, i'm unable to upload it from my local system.Please let me know how i can refer ...
0
votes
2answers
27 views
ArcGIS Javascript API Query & Add features without map using REST API
I need to query arcGIS map service and add this result to another feature service using ArcGIS JavaScript API. I should not use MAP object.
I did query data without map from ArcGIS sample: Now i need ...
0
votes
1answer
22 views
ArcGIS Javascript API Editing - Create Feature from Geometry Object
I'm interested in passing a geometry object with certain attributes to an exposed feature class for committed edits. Essentially, I want to manually create a new feature without the template pane or ...
1
vote
1answer
35 views
Basemap Widgets
I am looking for a fancy Basemap plugin to use with the ArcGIS Javascript API. Something along the lines of the Basemap Widget (see image below) available in the Flex Viewer would be great.
Anyone ...
1
vote
0answers
19 views
How to offset/displace overlapping lines in a web map?
I have a dataset of points representing a To/From status - something like distribution centres and delivery addresses.
When the user clicks on a point I'd like to show the relationships between this ...
2
votes
1answer
39 views
How to make query task synchronous in ArcGIS JSAPI
I am using ArcGIS JS API version 3.6. I want to make query task synchronize. While executing query task reaming code will wait until completion of query task.
For example I have shared my code here ...
0
votes
2answers
40 views
Simulate a mouse-click inside an ArcGIS Online JavaScript Application
I have a JavasScript application consuming an ArcGIS Online Web Map. I want to open a default popup at a specific coordinate. Is there a way to simulate a mouse-click at that point, or a better ...
2
votes
4answers
72 views
Crowdsourcing points by on-click to web map with moderation?
I want to build a really lightweight web map interface where a user can click anywhere on a map, create a point, type in a comment -- ideally all via Facebook, but I don't want to get ahead of myself ...
0
votes
0answers
34 views
Change Logo in Public Information Web App Template
Anyone know how to change the ESRI logo and replace it with a customized logo in the "Public Information" web application template provided by ESRI?
Link the Public Information Template Configurable ...
0
votes
0answers
27 views
Double tap on the map not work in the chrome of Nexus 7
I am stuck with a problem which is the double tap not working in the chrome of Nexus7.
Say you have code like below. please help to review it .
<!DOCTYPE html>
<html ...
0
votes
1answer
31 views
Add Point Symbol and Zoom to Address using Geocoder Widget
I'm following the tutorial here and it's not working: https://developers.arcgis.com/javascript/jstutorials/tutorial_geocoder.html
Issue:
I just want to add a point symbol and zoom in for the address ...
0
votes
1answer
18 views
Displaying network analysis service for Iran?
I am working on the ArcGIS API for JavaScript of ArcGIS for Server.
I have a problem with network analysis services in Iran.
There isn't any base map for routing in ArcGIS Online for Iran so how ...
3
votes
2answers
29 views
Sharing information about apps built with ArcGIS API for JavaScript?
I built an app with the ArcGIS Javascript API and made it available on GitHub.
Where would be an appropriate place to tell GIS users/developers about it?
0
votes
0answers
10 views
How to call a querytask.execute in a event
My map needs to be updated every 15 minutes. I need to query to get new data time from the update. So i put a query function in "update-end" event. However the display function is never called. ...
1
vote
1answer
54 views
Intersect features / point in polygon
I have a base map on top of which I have added a feature layer . I pull thousands of json data from my db which has lat/long information , then I create points using lat/long and I plot those points ...
0
votes
0answers
15 views
Join Standalone Tables from ArcGIS Server in Javascript API
I am trying to find a way to execute the equivalent of the following query with the ArcGIS JavaScript API (I made field and table names generic):
SELECT a.field1, a.field2
FROM table1 a, table2 b
...
0
votes
1answer
26 views
ArcGIS API for Javascript - InfoTemplate on a polyline
I have a web map with a few points and a single polyline. I have infoTemplate(s) attached to the points and tried to replicate this to the polyline however, I can't get it to work. I looked on the ...
0
votes
0answers
14 views
InfoWindow.move() causes InfoWindow to disappear
I use the EditToolbar to enable users to click a point and drag it to a new location. When users click, the InfoWindow showing an AttributeInspector also comes up. As the users drag the point to a new ...
2
votes
0answers
27 views
Adding an Edit button to ArcGIS Javascript template
We've been able to successfully download the Find, Edit, Filter template, customize the configurations, and host it on our own server but here is the issue we are facing now.
We're looking to use ...
1
vote
1answer
33 views
Restrict suggestions from ESRI ArcGIS REST API to US addresses only
I am wondering if there is a way to restrict esri arcgis REST API to suggest only US addresses.
Combination of location & distance parameters prioritizes the results, but that doesn't restrict ...
0
votes
3answers
66 views
ArcGIS API for JavaScript - Create simple buffer or circle graphic against one point
I am stuck, trying to figure out how to create a simple graphic for adding a circle based on one point in my web map. I need the circle to be centered on my single point, with a radius of 5 miles. I ...
0
votes
0answers
26 views
Conversion of code from ArcGIS for JavaScript 3.7 to version 3.9
I have a developed a simple website using ArcGIS for JavaScript using version 3.7 and now want to migrate to version 3.9.
How difficult is this?
Any suggestions on making this an easy task..
0
votes
0answers
14 views
Can't zoom to feature from Datagrid with ArcGIS API for JavaScript
I have a find task in my application that returns features that are points, lines and polygons. I can get the search to populate the datagrid but I am having problems with my onRowClickHandler ...
1
vote
2answers
32 views
ArcGIS Javascript API zoom out?
I am using the ArcGIS API for Javascript and am wondering if it comes with functionality for zooming out using a rectangle, similar to the behavior in ArcGIS Desktop? Specifically, the user draws a ...
1
vote
0answers
25 views
ArcGIS JavaScript API: onAnimate Error
I am trying to zoom to a point in ArcGIS JavaScript API (3.9). I am doing this one of two ways, I am either grabbing a point feature from ArcGIS Server (10.1), or I am grabbing the center of a polygon ...
0
votes
0answers
20 views
Map Route Direction Zoom to Segment
Basically I am trying to zoom to certain route segment when getting direction on OneMap. Here is the JavaScript codes where I trying to plot a route and zoom to certain route segment:
function ...
0
votes
2answers
36 views
ArcGIS Javascript API: Get Map Object from DIV
So I am currently writing an application using the ArcGIS JavaScript API, and I want to access the map object that is held inside of my div from a js module I have. I was thinking it would be a simple ...
1
vote
0answers
39 views
Show Geometric Network Topology data in the web
I am trying to locate any API's for JavaScript (or other) that will help me to display current linear Geometric Network Topology and add multiple point/line geometry from JSON in HTML/JS. I ...
0
votes
1answer
29 views
how to not print scalebar and how to print the zoom bar that shows on map
I am using javascript api for ArcGIS and need to print the zoom bar on map, but don't want the scale information to be printed.
How can I achieve this?
0
votes
1answer
102 views
dojo/parser::parse() error TypeError {stack: (…), message: “Cannot read property 'toString' of undefined”}
I'm trying to get the overview map example working from here:
https://developers.arcgis.com/javascript/jssamples/widget_overviewmap.html
in my site. I have two errors. Chrome gives the one above in ...
0
votes
0answers
33 views
How to mouse hover on kml layer in arcgis javascript api
I am using ArcGIS java script API for map. i want show an popup info window when
mouse hover on kml layer.I am trying this code for and using mouse-over event , But this is not working on kml ...
1
vote
1answer
24 views
Placement of Save Button in ArcGIS Javascript AttributeInspector dijit
I am having a problem with an AttributeInspector that I noticed also exists in an online sample here: http://developers.arcgis.com/javascript/samples/ed_attribute_inspector/
If you click on a polygon ...
0
votes
1answer
27 views
How get the link or file from uploads forder of feature service arcgis
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. Do you have any idea on how I ...
0
votes
0answers
12 views
applyEdits method and File on arcgis feature service
I would like to know if it's possible to upload a file through the applyEdits method on a feature service? I have an Oracle database with a parameter "DOCUMENT" of type BLOB. I would like to upload ...
0
votes
1answer
27 views
Setting up ArcGIS Print service for ArcGIS Online account?
Can anyone tell me is it possible to setup an ArcGIS Print service with ArcGIS Online account? I could not find where to create one.
What I would like is to implement this feature:
...
0
votes
0answers
29 views
InfoTemplate inside InfoWindow with multiple service layers
I have implemented the InfoWindow with TabContainer to work with my InfoTemplate which, when my layer is identified works beautifully with the custom attributes that I have set up. However, when ...
1
vote
1answer
29 views
ArcGIS API for JavaScript - Adding Point(s)
I need to add a single point, I am new to JS and ArcGIS API. I was looking for some code examples on how to create a point and/or a few other points (as needed) I can't use any additional ...
1
vote
1answer
27 views
How to get the TOC to update after adding a new Layer in the ESRI JSAPI?
I am developing an Web map with the ESRI's JavaScript API v 3.9.
I am using the TOC widget available at http://www.arcgis.com/home/item.html?id=9b6280a6bfb0430f8d1ebc969276b109
The documentation ...
0
votes
0answers
25 views
adding a column containing buttons in dojo grid arcgis jsapi
I am using ArcGIS jsapi to develop a web application where I use a synchronous geoprocessing service that return a shapefile. I used the shapefile table to populate 2 dojo grids depending on the value ...
0
votes
0answers
25 views
Using ArcGIS API for Javascript with Chrome on info window popup calls back two instances?
Using the ArcGIS API and harvesting external web map services. When using the application in Chrome when I click on a feature the info window calls back 2 instances of the same layer feature info in ...
1
vote
1answer
43 views
Migrating ArcGIS 9.3 to 10.1? [closed]
We have an older running ArcGIS 9.3 asp.NET application. Now we have installed 10.1 and started migrating. We had used Map Web Controls for displaying map in asp.net.Because there are some libraries ...
0
votes
0answers
33 views
Google Maps API to DOJO/ESRI Web App
I have a GIS webpage in HTML5/JavaScript using the Google Maps API. I found out we can no longer use the Google Maps imagery provided, and I need to switch to ESRI Imagery (free). Can someone help me ...
0
votes
1answer
26 views
How to forbid zoom map under scroll page?
I wrote code at ArcGis JavaScript.
There is a map on web page at full display with a fixed height (400px)
When i scroll-down page and cursor misses in zone map then browser works for zooming map, not ...
0
votes
1answer
64 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 ...