POST
|
Do you have ArcGIS Server installed in your development machine? If you don't, the missing 'ESRI.ArcGIS.SOESupport' dll file is located at C:\Program Files\ArcGIS\DeveloperKit10.2\bin folder, you can either use the gacutil.exe to register the dll into GAC or directly drop the dll into the C:\Windows\assembly using Windows Explorer.
... View more
11-03-2014
09:21 AM
|
0
|
1
|
103
|
POST
|
Resource Proxy well-explained use case of proxy page
... View more
07-09-2014
03:20 PM
|
0
|
1
|
38
|
POST
|
I would take up this challenge if I were going to UC this year. 😉 The easiest way to get started is to put everything under script tag inside require([], function(){} add all the dojo.require and suggested argument alias, https://developers.arcgis.com/javascript/jsapi/argument_aliases.html then start fixing the code line by line, to use the argument alias of the module instead of the full name
... View more
05-30-2014
08:46 AM
|
0
|
0
|
14
|
POST
|
This sample below show how to use if there is another version of Dojo in the page, but I guess we can use the same technique for this. https://github.com/esoekianto/twoDojos require({ packages : [ { name: "esri", location: " http://js.arcgis.com/3.8/js/esri " }, { name: "dojo", location: " http://js.arcgis.com/3.8/js/dojo/dojo " }, { name: "dijit", location: " http://js.arcgis.com/3.8/js/dojo/dijit " }, { name: "dojox", location: " http://js.arcgis.com/3.8/js/dojo/dojox " } ] },
... View more
03-04-2014
01:51 PM
|
0
|
0
|
174
|
POST
|
I have the same setting and I actually saw this https://www.dropbox.com/s/7x4bfehp0xzo171/map.tiff , but then it recovered and the map displayed
... View more
02-07-2014
02:14 PM
|
0
|
0
|
22
|
POST
|
you should read license agreements here: http://www.esri.com/legal/pdfs/mla_e204_e300/english.pdf 4.2 (g) Licensee shall not remove or obscure any Esri or its licensors' patent, copyright, trademark, or proprietary rights notices contained in or affixed to Software, Data, Web Services, or Documentation.
... View more
02-03-2014
03:37 PM
|
0
|
0
|
21
|
POST
|
you should read license agreements here: http://www.esri.com/legal/pdfs/mla_e204_e300/english.pdf 4.2 (g) Licensee shall not remove or obscure any Esri or its licensors' patent, copyright, trademark, or proprietary rights notices contained in or affixed to Software, Data, Web Services, or Documentation.
... View more
02-03-2014
03:36 PM
|
0
|
0
|
39
|
POST
|
We could not see your map service since it looks like it is local server. Please compare with this NA Service closest facility to see what your NA service is missing, http://sampleserver6.arcgisonline.com/arcgis/rest/services/NetworkAnalysis/SanDiego/NAServer/ClosestFacility
... View more
01-08-2014
04:02 PM
|
0
|
0
|
9
|
POST
|
And make sure to follow this too, http://blogs.esri.com/esri/arcgis/2013/11/25/setting-up-the-android-emulator/
... View more
01-08-2014
02:46 PM
|
0
|
0
|
5
|
POST
|
if you are running on emulator, please increase the RAM to 768MB, and set the "-gpu on", on the run configuration, see here, http://blogs.esri.com/esri/arcgis/2012/05/02/arcgis-runtime-sdk-for-android-v1-1-supports-android-emulator/
... View more
01-08-2014
02:30 PM
|
0
|
0
|
5
|
Online Status |
Offline
|
Date Last Visited |
Wednesday
|