|
POST
|
Hello, I'm trying to use DistanceMeasurement2D widget, IT works fine whenever I use the online version of ArcGIS js API 4.14. But when I use it through offline version, which I have deployed locally it doesn't work -- no graphics are added whenever I use the widget. Kindly let me know if there is a specific configuration I need to set or update in the local deployment of the API so I can have that issue fixed. Thanks in advance.
... View more
01-01-2020
05:25 PM
|
0
|
0
|
745
|
|
POST
|
I'm using QueryTask to query features in a service on our ArcGIS Server. The query is executed successfully if the queryfilter sends a Get Request. But when it does post requests I receive this error message. Error: esri.config.defaults.io.proxyUrl is not set Our ArcGIS Server uses Web-tier authentication with Integrated Windows Authentication Could you please let me know if there is a way for having this query working without using a proxy.
... View more
11-08-2019
02:38 PM
|
0
|
0
|
869
|
|
POST
|
Hi Stephen, Thanks for your response. you mentioned that the NetworkRequest detects a file in the request, Is this happens because in the body object you added a file property, if so what if the object is complex and has more properties not only file and f and the property name not file --data instead. ex: { f:json, attachments:{ adds:[ { data:networkRequest.uploadPrefix+"myimage.png" } ] } } Will the NetworkRequest still going to detect that a file in the request and set the headers to "multipart/form-data" Also i tried to use Binarydata several times, but no luck till now to convert the image to (URL Encoded format). the following is example of an image after reading its data as URL encoded format, and this allows me to send it using XMLHttpRequest and NetworkRequest data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAHFJREFUWIXt1jsKgDAQRdF7xY25cpcWC60kioI6Fm/ahHBCMh+BRmGMnAgEWnvPpzK8dvrFCCCAcoD8og4c5Lr6WB3Q3l1TBwLYPuF3YS1gn1HphgEEEABcKERrGy0E3B0HFJg7C1N/f/kTBBBA+Vi+AMkgFEvBPD17AAAAAElFTkSuQmCC If you copy and paste the previous value on the browser, an image will be shown. Could you please let me know if there is a way that allows me to convert the image data into that format.
... View more
07-26-2019
09:07 AM
|
0
|
0
|
1614
|
|
POST
|
Hello everyone, I need to send an image using XMLHttpRequest and for that the image data needs to be encoded, in javascript this function FileReader.readAsDataURL() does this perfectly, but i'm not able to do so using QML. I'm only able to read the image as binary values like this "\xFF\xD8\xFF....etc" Could you please let me know how i can achieve this using ArcGIS Runtime Qt SDK QML. Thanks in advance.
... View more
07-25-2019
06:11 AM
|
0
|
4
|
1778
|
|
POST
|
Yes, the query endpoint is not enabled, and as a result i can't make use of this way http://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire/FeatureServer/0/3088311/addAttachment when i try to do so, it says "this operation is not supported" -- as shown in attached picture. But i managed to find a way to do so, i'm only stuck in finding an equivalent to FileReader.readAsDataURL() which is used in javascript to provide file's data as a base64 encoded string. https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL If there is such a method in QML, i will be grateful if you let me know. (a way for getting file's data as a base64 encoded string)
... View more
07-24-2019
11:44 AM
|
0
|
0
|
1493
|
|
POST
|
Thanks Lucas Danzinger for your response. I already had a look on it, but the problem that it works against a feature service that has read capability, which enables us selecting the feature and adding attachment, but in my case the feature service doesn't has read cabibility so no way to see the features and selecting them. I think the only way for doing so, is through the sending post request to the rest endpoint but the header's content-type should be x-www-form-urlencoded, - i do this successfully using postman, but till now i'm not able to do so through QML.
... View more
07-24-2019
07:49 AM
|
0
|
2
|
1493
|
|
POST
|
Hello everyone, I'm using appstudio, and trying to add attachment to a feature service that doesn't enable reading capability. I do so using featureServiceManager.addAttachment
But this doesn't work for me, could you please let me know if there is another way for adding attachments to it.
Thanks in advance.
... View more
07-24-2019
06:03 AM
|
0
|
4
|
1708
|
|
POST
|
Hello, I want to update the content of a featureservice hosted on agol. This service contains Featurelayer and table and a relation between them. I have found this sample which updates only the featurelayer. https://developers.arcgis.com/python/sample-notebooks/updating-features-in-a-feature-layer/ Is there is a way to update whole the content of this featureservice using arcpy. Thanks in advance.
... View more
04-18-2019
12:36 PM
|
0
|
0
|
748
|
|
POST
|
Hello, I'm trying to add attachments to a featurelayer hosted on arcgis online using esri js api v4.11. That worked perfectly when i set the first two permissions but it fails when i set the third read permission and we need to set that permission but I receive an error when i do so -- shown in attached pic. Also doing so through ArcGIS online fails, the only way it worked for us is using Servay123. Could you please let me know if it is possible to be done through esri js api. Thanks in advance.
... View more
04-10-2019
06:21 AM
|
0
|
1
|
1072
|
|
POST
|
Thank you so much for this clarification. Noah Sager
... View more
01-10-2019
11:04 AM
|
0
|
0
|
1472
|
|
POST
|
Hello, I'm using esri js api v 4.10. and when i use the area measurement widget ( AreaMeasurement2D ) the result is not correct in Auto mode (planar mode as i measure features have perimeter less than 100 km) but when i switch the mode to geodesic the area is semi accurate. Pls find attached files. The real area for this polygon is (479.304 Arces). Thanks in advance.
... View more
01-10-2019
05:50 AM
|
0
|
2
|
1564
|
|
POST
|
Hello, I'm using esri js api v 4.10, i used to use gif icons for the PictureMarkerSymbol in v 3.x and it was working fine. But using v 4.10 the gif icon doesn't animate just shown as a static icon, without animation. And this happens in all browsers. Any help please to fix this issue. Thanks in advance.
... View more
01-08-2019
05:13 AM
|
0
|
3
|
1462
|
|
POST
|
Thank you so much Noah Sager for your reply, I really appreciate it. I will try upgrading to V 4.10. Yes, there are warnings, as shown in attached file.
... View more
12-17-2018
10:55 AM
|
0
|
0
|
910
|
|
POST
|
Hello, We are building website using React, and esri js api v 4.9, during development FeatureLayer renders correctly using chrome and internet Explorer 11, but after build it only renders using chrome and Microsoft Edge But it doesn't do so using IE 11. Internet explorer only renders MapImageLayer Not FeatureLayer after build. Any help please...
... View more
12-12-2018
07:20 AM
|
0
|
2
|
1432
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-17-2020 05:58 AM | |
| 1 | 12-17-2020 07:01 AM | |
| 1 | 12-17-2020 06:11 AM | |
| 1 | 12-17-2020 05:57 AM | |
| 1 | 12-17-2020 05:05 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-27-2021
05:52 AM
|