|
POST
|
Hi Ivan, I would recommend to try to use your organization arcgis.com to generate the token rather than client_id and client secret. I had a client who using clientID and client secrets couple days ago but it fails as well. Try using my previous link that provide to you to see just as a test. You should get the Travel Model with this method. It is good move to contact support to get more detail helps about this issue.
... View more
08-24-2015
08:01 AM
|
1
|
2
|
2314
|
|
POST
|
Hi Ivan, Make sure you pass the token that generated from arcgis.com. Something like this: https://www.arcgis.com/sharing/rest/generateToken&username=*****&password=******&expiration=3600&referer=application_domain&f=pjson And the use the token to append under this URL to acquire your customize "Travel Mode" http://logistics.arcgis.com/arcgis/rest/services/World/Utilities/GPServer/GetTravelModes/execute?token=<yourToken>&f=pjson
... View more
08-21-2015
05:00 PM
|
1
|
4
|
2314
|
|
POST
|
Hi Ivan, I saw you posted this question in different places. I will answer you here as well. I wonder have you checked about this documentation for Route Services in REST API If you want to customize your own Travel Mode, you need either log into your organization account for arcgis.com to create a new "Travel Mode" followed by this doc Travel modes—ArcGIS Online Help | ArcGIS OR You need to specify the JSON object containing the settings for a travel mode supported by your organization. To get a list of supported travel modes, execute the GetTravelModes tool from the Utilities service. If you don't set travelMode, the service honors the default or user-defined values for the parameters that would otherwise be overridden, so you can create your own travel mode. Hope this can help!
... View more
08-21-2015
09:52 AM
|
1
|
9
|
2314
|
|
POST
|
Hi Ivan, I wonder have you checked about this documentation for Route Services in REST API If you want to customize your own Travel Mode, you need either log into your organization account for arcgis.com to create a new "Travel Mode" followed by this doc Travel modes—ArcGIS Online Help | ArcGIS OR You need to specify the JSON object containing the settings for a travel mode supported by your organization. To get a list of supported travel modes, execute the GetTravelModes tool from the Utilities service. Hope this can help! Happy Friday.
... View more
08-21-2015
09:47 AM
|
1
|
1
|
1063
|
|
POST
|
Hi Ceyhun, I know this thread has been a while in here. Just wonder is the issue has been fixed? Have you tried to download and install the new version of Qt "ArcGIS RuntimeSDK Qt 10.2.6.dmg", is it the same result?
... View more
08-12-2015
10:08 AM
|
0
|
3
|
2779
|
|
POST
|
Hi Ryan, The most popular Web App that we recommend that you can extent is Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers The Flex Viewer and Silverlight Viewer we still support howeve based on our blog Final Release Support Plan for ArcGIS API / Viewer (Flex, Silverlight) | Support Services Blog we do recommend user move to JavaScript-based application. Hope this can helps.
... View more
07-31-2015
09:19 AM
|
1
|
1
|
2747
|
|
POST
|
Hi Simon & Heather Gonzago I test with WMSLayer that has three layers. And I check the capabilities of this WMSLayer and here is the url: http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?request=GetCapabilities&service=WMS - Press Ctrl+F in browser to search keyword “name”, as you can see all the layers in WMSLayer are named as “0,1,2”. Therefore technically speaking, the new layer widget does return the WMSLayer name correct. However, I do understand that you want to show the layers “real name”. If that’s the case, then the tag <title>in WMSLayer xml might be the one. Is this what you looking for?
... View more
07-31-2015
08:53 AM
|
1
|
0
|
2030
|
|
POST
|
Make sure that there is no script running behind that might lock on the network dataset.
... View more
07-29-2015
10:59 AM
|
1
|
0
|
2920
|
|
POST
|
Hi John, Make sure that the server you pointing to in your snippet http://gisappserv3/ArcGIS/rest/services/SCOUT/ENGINEERINGqueries/MapServer is turn on Supports Dynamic Layers to true You might already saw this sample: Change attribute used for a renderer | ArcGIS API for JavaScript check their server that used has already turn on the Dynmaic Layer: Census (MapServer) Here is the reference about how to Enabling dynamic layers on a map service in ArcGIS for Desktop—Help | ArcGIS for Desktop Hope this can help!
... View more
07-20-2015
10:15 AM
|
1
|
0
|
2118
|
|
POST
|
Hi Philip, Here is a search sample that you can take a look to compare your code: Search multiple sources | ArcGIS API for JavaScrip
... View more
07-17-2015
09:30 AM
|
1
|
0
|
1822
|
|
POST
|
Hi Craig, One thing you can do is when you using the chrome and open the developer tools and check the network tab, every time when you type something on the search widget bar, you can find the web requests that generate from javascript client and make sure the maxLocations parameter is right as you put in code, sometimes you may put the wrong location and the parameter not honored. Please take this snippet code as a reference: You need to put the maxLocations under geocoder object not geocoders, the reason is because you add geocoders into geocoder to use your own composed geocoder. var geocoders = [{
url: "http://nwu-win7.esri.com/server/rest/services/AtlantaGeolocator/GeocodeServer",
name: "AtlantaGeolocator Geocoder",
singleLineFieldName: "Single Line Input",
autoComplete: true,
}];
var geocoder = new Geocoder({
map: map,
geocoders: geocoders,
autoComplete: true,
autoNavigate: true,
minCharacters: 3,
arcgisGeocoder: false,
maxLocations: 1
},"search");
... View more
07-13-2015
04:29 PM
|
2
|
1
|
1992
|
|
POST
|
Hi Richard, Thanks for your update. I think I can reproduce the issue now. It looks for me as a bug. The issue seems particularly related ArcGIS Server 10.3.1 that "Create a Query Layer by using SQL Table with geometry that not honor output Spatial Reference parameter to 102100 when querying on REST" I already log a bug from our internal and here is the bug number for this issue: [BUG-000089041 Create a Query Layer by using SQL Table with geometry that not honor output Spatial Reference parameter to 102100 when querying on ArcGIS Server 10.3.1 REST]
... View more
07-13-2015
03:22 PM
|
1
|
0
|
2161
|
|
POST
|
Hi Richard, Thanks for your reply. After I tested from my machine, I can't reproduce the issue. Here I attached the two screenshots that I publish a map services with 4326 spatial reference, both on 10.3 and 10.3.1 return the right value after convert to 102100. Would you please try to delete the old service and republish a new one? Or try to use other services to see if this issue still happen?
... View more
07-13-2015
11:39 AM
|
1
|
3
|
2161
|
|
POST
|
Hi Richard, Would you please compare both web requests url that generate from two different server and compare are there any difference in between?
... View more
07-13-2015
10:00 AM
|
1
|
5
|
2161
|
|
POST
|
This is a quite good point and here I add another video to demo this method! http://screencast.com/t/9pGbEA0atP
... View more
07-08-2015
02:17 PM
|
0
|
0
|
3593
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-20-2015 10:15 AM | |
| 1 | 07-31-2015 08:53 AM | |
| 1 | 01-28-2016 04:55 PM | |
| 1 | 02-22-2016 02:07 PM | |
| 1 | 05-20-2015 04:54 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-27-2025
09:24 AM
|