|
POST
|
Hi Tom, I see that you are using JQuery to handle your dropdown list onchange event. But the executeIdentifyTask is scoped within your dojo require. You'll have to move your drop downlist on change event to within dojo scope. Refer attached line 363 onwards.
... View more
09-07-2014
06:11 PM
|
1
|
1
|
723
|
|
POST
|
Hi Ralph, Open your layer attribute table. Right click on the field on which you want to calculate the coordinate Select Calculate Geometry Use X coordinate or Y coordinate depending on the column for which you are calculating coordinates. I assume you would like to calculate latitude longitude values, if that is the case use units as Decimal degrees. Longitude will be X coordinate, latitude will be Y coordinate.
... View more
09-07-2014
04:52 PM
|
0
|
1
|
3646
|
|
POST
|
Hi Saloni, Rgd. the print functionality, it tested my fiddle in IE and chrome and works just fine, it's bringing up the print dialog as many times i try. Export to CSV, you'll need a server side component which will stream the csv format returned by exportGrid function (where I'm issuing the alert) back to the client with download dialog. Check out this thread javascript - Exporting a dojo datagrid to a csv file - Stack Overflow . You can use IHttpHandler for .Net, there is a workable sample for PHP in the above thread. Don't ask me how it can be done using java, answer will be i dono.
... View more
09-07-2014
03:35 AM
|
1
|
1
|
2493
|
|
POST
|
Hi Peter, You need to register your data source with arcgis server before publishing. Checkout this video, deals with your exact scenario (around 3:00 minute mark) Registering file-based data with ArcGIS 10.1 for Server | ArcGIS Video
... View more
09-07-2014
02:19 AM
|
1
|
1
|
1650
|
|
POST
|
Hi Tracy, dgrid would refresh only when you change it's store, with new data. I don't see that happening in the code you have posted. I would recommend you to sweep through the code to double check if you are overriding your grid's store property. Look for ".store = " and setStore in your code this is how you could override your grid's store. My prime suspect is your createRateList function.
... View more
09-06-2014
05:11 AM
|
0
|
0
|
957
|
|
POST
|
Hi Ralph, The coordinate displayed in the status bar is the last position of your cursor on the map area, as you navigate away from your location to select the go to XY tool your coordinate changes. Try using identify tool and click on the location where you want the coordinates for, and get the coordinates from the location field and use it for go to XY tool.
... View more
09-06-2014
03:54 AM
|
0
|
5
|
3646
|
|
POST
|
Hi Massimiliano, Why don't you prevent users from connecting to the GDB, disconnect all users, finish your delete operations and allow users to connect again to the GDB? ArcGIS Help 10.1 Example 2. arcpy.AcceptConnections(admin_workspace, False) arcpy.DisconnectUser(admin_workspace, 'ALL') <<Your delete operations>> arcpy.AcceptConnections(admin_workspace, True)
... View more
09-06-2014
03:46 AM
|
1
|
1
|
1806
|
|
POST
|
Hi Saloni, I have updated the fiddle to use Enhanced grid, this should get you started. Edit fiddle - JSFiddle
... View more
09-05-2014
04:49 AM
|
2
|
3
|
2492
|
|
POST
|
Hi Jaganvas, Can you use your client's map service in this sample? ArcGIS API for JavaScript Sandbox If it works here, then it is a code issue you may want to investigate your code. If it does't work here then it is the map service double check to make sure it supports and query and identify operations.
... View more
09-04-2014
07:28 PM
|
0
|
0
|
857
|
|
POST
|
Hi Zhan, I suspect the code you posted is within a for loop where you are iterating through your features. If my suspicion is correct, you are actually hitting three individual buffer requests one for each feature. In this case there is nothing to union, as there is only one buffered geometry for each feature. You may want to consolidate all your feature geometries within the loop as an array and call buffer from outside the loop.
... View more
09-04-2014
05:51 AM
|
0
|
0
|
1734
|
|
POST
|
Does your client's map service support Identify and find operations?
... View more
09-04-2014
05:13 AM
|
1
|
2
|
857
|
|
POST
|
Hi Matthew, Assuming you have followed the steps. Since your server is not connected to internet you will not be able to access the map service "http://server.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer" provided in the test html page from your server. Did you try accessing the test html page from a PC connected to internet?
... View more
09-04-2014
04:35 AM
|
0
|
0
|
3088
|
|
POST
|
Hi Nathan, Looks like a firewall is blocking request to js.arcgis.com. js.arcgis.com and serverapi.arcgisonline.com are hosted on different servers, are you getting response when you access http://js.arcgis.com/3.10 from your server browser?
... View more
09-03-2014
06:55 PM
|
0
|
1
|
585
|
|
POST
|
Hi Nathan, Most likely there are other javascript code in your page which is not compliant with chrome/firefox. Use firebug or chrome developer tool (F12) to identify the line where you are getting exception.
... View more
09-03-2014
06:16 PM
|
0
|
6
|
2316
|
|
POST
|
Hi David, You need to have dimension of your container div, before initializing the map. If the container div is set to display none by default, you can't get that dimensions. In that case your map will be loaded to default 400X400 px. Try setting your container div display to block before initializing the map and setting it to none again after initializing. Refer attached sample. I'm setting a timeout of 3 second before displaying the map, to simulate your show event after the map has been initialized. If you comment out line 26, domStyle.set(dojo.byId("map"), "display", "block"); map will be @ 400 X 400 px else it'll be on whole screen.
... View more
09-03-2014
06:08 PM
|
0
|
3
|
914
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-31-2014 06:04 AM | |
| 1 | 09-25-2014 06:03 PM | |
| 1 | 09-16-2014 06:15 PM | |
| 1 | 10-08-2014 03:50 AM | |
| 1 | 08-25-2014 08:33 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|