|
POST
|
I didn't test it, but I wonder if you try using the x and y values for the location of the point like this: var lat = selectedFeature[0].geometry.x; //getLatitude(); var longs = selectedFeature[0].geometry.y; //getLongitude(); var point = new esri.geometry.Point({ x: lat, y: longs });
... View more
07-01-2020
11:50 AM
|
0
|
3
|
2851
|
|
POST
|
You could try using the error property of the RequestInterceptor. It catches the error, but I'm not sure if this gets you to where you want to go though. test app https://codepen.io/noash/pen/GRoMdbL?editors=1001
... View more
06-29-2020
11:27 AM
|
1
|
1
|
4233
|
|
POST
|
Not sure this will solve the issue, but this line confuses me: printTask.execute(params, printResult); I would recommend something like this: printTask.execute(params).then(printResult, printError); PrintTask.execute() doc The second parameter in the print method is for requestOptions, not for the returned object.
... View more
06-25-2020
11:39 AM
|
1
|
0
|
993
|
|
POST
|
That's great news, thanks for sharing. Feel free to mark this question as answered, even if you provided the answer yourself.
... View more
06-23-2020
11:24 AM
|
0
|
0
|
3767
|
|
POST
|
What sort of elevation profile feature are you asking for? These samples encompass the elevation-focused samples we have: Elevations Samples | ArcGIS API for JavaScript 4.15
... View more
06-23-2020
07:11 AM
|
0
|
4
|
3709
|
|
POST
|
Hi Nadir, I just sent you an email. Also, for future reference, there is a way on GeoNet to send private/direct messages. If you are ever conversing with someone and want to share something non-publicly, just click on the person's profile and then click on Actions and select Send direct message, like this:
... View more
06-23-2020
07:08 AM
|
0
|
0
|
3463
|
|
POST
|
Update: we do not anticipate FeatureTable coming out of beta at the next (4.16) release. Will update this thread when we do have a release date in mind.
... View more
06-22-2020
03:16 PM
|
0
|
0
|
1194
|
|
POST
|
In general, all 4x samples should work fine on a wide variety of mobile devices. That is one of the main advantages of using the 4x version of the API over the 3x version. The only recommendations we have are the system requirements, which help indicate the hardware and software (including mobile) we recommend: System Requirements | ArcGIS API for JavaScript 4.15
... View more
06-22-2020
01:44 PM
|
0
|
0
|
1198
|
|
POST
|
I think it's possible, but perhaps not practical at this time. These features are under active development and we hope to have them released later this year. So if you can wait a few-ish months, we'll have them as part of the widget.
... View more
06-22-2020
01:41 PM
|
0
|
1
|
1003
|
|
POST
|
Couple questions to help us get going: 1) What version of the ArcGIS API for JavaScript are you using? 2) What widget(s) are you using? But those defined in html do not display correctly: 3) How is this defined in the html?
... View more
06-22-2020
10:52 AM
|
0
|
1
|
2052
|
|
POST
|
Three things to try/consider: 1) Check the Console tab of the browser and look for errors. Perhaps the image is 404ing. Also, if you look at the Network requests of the browser, can you find the execute request for the print task? I wonder if something useful is there. 2) Is the print service public? Can you share a link to it for testing? 3) Do you have ArcGIS Pro? I would recommend trying with Pro and see if the same behavior occurs.
... View more
06-22-2020
10:30 AM
|
0
|
2
|
3463
|
|
POST
|
Arne Gelfert wrote: Thanks, Noah. That would be a very opinionated conversation on my end, I'm afraid. I think you guys should start by consolidating on one API version. That would make my life easier for starters. Haha. Can you have that done by Monday? Oops, it's Monday already; I'm behind the deadline! All jokes aside, I would still be interested in hearing your opinions. If you have the time and inclination, feel free to write up some of your thoughts and email them to me (or publicly post if you want). It is always good to hear feedback directly from the people. Arne Gelfert wrote: As for my issue described above, I wasn't able to remove those header sections in the suggestions display but instead managed to override the the meaningless value or "service_name + suggestionTemplate" by setting the name property in my feature layers: Excellent, glad to hear you found a workaround, and thank you for sharing your solution here.
... View more
06-22-2020
10:25 AM
|
0
|
1
|
3712
|
|
POST
|
Thanks for the question Amar G. We are currently working on getting the widget out of beta and will have an update on the status in the near future.
... View more
06-18-2020
03:42 PM
|
0
|
1
|
1194
|
|
POST
|
Hi Arne Gelfert, I wonder if the Search widget is the best option for your use case. I'd like to understand more about what you are trying to accomplish. It sounds like you are doing a query of multiple layers, but you also want to have the suggestions? Also, with regards to the Search widget parameters you mentioned, I'd be curious to know why you feel this way. Please feel free to message me on GeoNet if you are interested in discussing this further. If there is a way we can help you and make the API or the documentation better, then I am all ears. -Noah
... View more
06-18-2020
10:34 AM
|
0
|
3
|
3712
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 04-14-2026 11:59 AM | |
| 1 | 05-13-2026 10:29 AM | |
| 1 | 04-10-2026 09:11 AM | |
| 1 | 03-24-2026 11:39 AM |
| Online Status |
Online
|
| Date Last Visited |
Thursday
|