|
POST
|
Hi Forrest, Juste wondering if you had had any news from ESRI ? Thanks
... View more
09-25-2017
02:35 AM
|
0
|
0
|
1350
|
|
POST
|
Many thanks Forrest for the follow up. It is very interesting. I am just like you very surprised that there is no others use cases (now we are 2 !). Please let me know the outcome of your ticket ! I can't wait to read it
... View more
08-16-2017
07:25 AM
|
0
|
0
|
1350
|
|
POST
|
Hi Forrest, Unfortunately not. I would love an ESRI opinion on this issue but I finally ended up splitting my service so as to make it work ... It does not follow ESRI best practice to have one big service instead of several... Nicolas
... View more
08-14-2017
11:19 PM
|
0
|
3
|
1350
|
|
POST
|
Seems like rather an SSL issue. Are your URLs configured with webadaptor or directly to ArcGIS Server through port 6443 ? For the latter, you should update certificate using the admin API: Activation du protocole SSL à l'aide d'un certificat SSL existant—Documentation (10.3 et 10.3.1) | ArcGIS Enterprise
... View more
04-27-2017
03:08 AM
|
0
|
0
|
4310
|
|
POST
|
Thanks Robert. I was hoping to get a reply from ESRI directly here but I guess I will open a ticket then... Honestly I am surprised to be the first one asking : I was sure I missed something !
... View more
04-24-2017
07:28 AM
|
0
|
5
|
2807
|
|
POST
|
Thanks for your time Robert ! Yes, https is used. I restricted the url but it did not change anything (at the beginning, in order to be sure, I configured all requests to be proxied: esriConfig.defaults.io.alwaysUseProxy = true; ) I am using latest esri Github .NET proxy 1.1.1 beta but isn't it more about javascript here ? The request does not reach the proxy unfortunately because of the use of GET method. Thanks, Nicolas
... View more
04-23-2017
01:41 PM
|
0
|
7
|
2807
|
|
POST
|
Exactly ! And I tried with several versions of ESRI javascript API (3.16,3.17,3.18,3.19,3.20) with the same results.
... View more
04-23-2017
12:00 PM
|
0
|
9
|
2807
|
|
POST
|
I do have this will, POST to ExportMap request because of long layerDefinitions parameter. I created a thread regarding this issue but I can't find the solution: esri js api post for exportMap Using the proxy does not help or maybe I missed anything ? Thanks
... View more
04-23-2017
11:18 AM
|
0
|
0
|
7166
|
|
POST
|
Hello Robert, Thanks for your reply. I did have a look at your link before posting here and it did not solve my problem. Indeed, I added a rule as you suggested : esri.addProxyRule({ urlPrefix: "https://hostname/arcgis/rest/services/MyServiceWithLonglayerDefinitions/MapServer/export", proxyUrl: '/proxy.ashx' }); And indeed, it works, my request is sent to the proxy but still with GET method, so it still get a 404 error. I am reading everywhere that proxy should help to POST instead of GET but isn't suppose to POST by itself according to the size of the request ? Thanks, Nicolas
... View more
04-23-2017
09:56 AM
|
0
|
11
|
2807
|
|
POST
|
Really nobody for this ? Thought it was a relevant question as the problem can quickly occurs if using parameters such as "Dynamic Layers" with big services. Have I missed anything ? Any hint on the way to go would be great. Cheers, Nicolas
... View more
04-20-2017
02:30 AM
|
0
|
13
|
2807
|
|
POST
|
Hello, I have an arcgis ArcGISDynamicMapServiceLayer with quite a big number of "layerDefinitions" applied with the "setLayerDefinitions" method. The problem is that the GET export REST function of ArcGIS Server 10.4.1 (with webadaptor on IIS) does not work as the request is too big so a POST would be necessary. It is stated in the documentation that "If the layer definition expression is longer than approximately 2000 characters you will need to set up a proxy page.". I configured the ESRI proxy GitHub project on my server and configured JS api (3.20) to always use the proxy: esriConfig.defaults.io.proxyUrl = "<url_to_proxy>"
esriConfig.defaults.io.alwaysUseProxy = true; The problem is that requests are still sent as GET operation so it does not work as well. How am I supposed to tell JS API to POST for export map operation either directly to the REST api or to the proxy ? Thanks for your help, Nicolas
... View more
04-04-2017
11:35 AM
|
0
|
14
|
4833
|
|
POST
|
Hi, I think it depends whether the job is run "synchronously" (ExecuteTask) or "asynchronously" (SubmitJob). Change the execution type to Synchronous and you will be able to "ExecuteTask" Nicolas
... View more
02-23-2017
06:45 AM
|
1
|
1
|
1808
|
|
POST
|
Hello Lloyd, Thanks for your answer. Indeed, I tried my vector tiles on different devices and it does work (tested on one plus and samsung galaxy) but unfortunately on mine, with the latest Chrome it does not work (with 4.2 JS API only) so I thought it was worth mentionning it as a kind of regression ? In case, you need more info about the browser, it is Chrome for Android 55.0.2883.91. running on a Wiko Bloom (https://fr.wikomobile.com/bloom-black/ ) Thanks, Nicolas
... View more
02-16-2017
07:54 AM
|
0
|
0
|
1440
|
|
POST
|
Hello, I just tested publishing vector tiles to AGOL and when testing it on various browsers I found out that my tiles were not displaying on an up to date Chrome for Android 55.0.2883.91. I thought at the beginning that it could come from my package so I switched to a very basic map with js api 4.2 using ESRI Vector tiles: map = new Map({ basemap: 'streets-navigation-vector' }); It turns out that they do not display as well. The debugger is full of the following warnings: "Data type is uint however extension OES_Element_index_unit is not supported therefore this draw call cannot be made." The browser is up to date and for example Mapbox vector tiles display properly either v8 or v9: var map = new mapboxgl.Map({ container: 'map', style: 'mapbox://styles/mapbox/streets-v8' }); So finally, I decided to switch to 4.1 ESRI JS API and it worked ! ESRI vector tiles displayed properly. Problem is that my vector tiles are not projected in WGS84 Web Mercator (auxiliary sphere) and it seems that it was not supported at 4.1. Hopefully it will be fixed in 4.3. This brings me to a second point : is it planned in ESRI JS API to detect if client support vector tiles ? Thanks, Nicolas
... View more
02-13-2017
09:40 AM
|
0
|
2
|
1885
|
|
IDEA
|
Hello, I think it would be good to add support for tileServers for basemap defined in AGOL or more generally in the webappconfig json. As it seems that it cannot be done on the server side contrary to what ESRI REST API documentation state: Define tile servers of tiled map services ArcGIS Server REST API So far it can only be used with defining an ArcGISTiledMapServiceLayer : ArcGISTiledMapServiceLayer | API Reference | ArcGIS API for JavaScript 3.19 So it cannot be easily integrated in the WebAppBuilder. Thanks, Nicolas
... View more
01-17-2017
02:53 AM
|
1
|
0
|
664
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 2 | 3 weeks ago | |
| 4 | 06-04-2026 10:51 PM | |
| 1 | 05-30-2026 03:46 AM | |
| 2 | 05-30-2026 01:01 AM |