|
IDEA
|
Thanks @RobertScheitlin__GISP, we've made a note of this enhancement request for further consideration. In the meantime, there is an option using SketchViewModel. The MapNotesLayer sample shows this: https://developers.arcgis.com/javascript/latest/sample-code/layers-mapnoteslayer/ (I know that's not what you're asking for, but in case this helps you or someone else).
... View more
01-11-2022
11:19 AM
|
0
|
0
|
1980
|
|
IDEA
|
Thanks @JonasDePelsmaeker, that helps. So if there was such an event, how would that work for your users? The current format is saved for each session, even upon refresh, as long as the app is not closed. You also can set the current format upon load, like in this sample where a custom format is added to the first two options: https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=widgets-coordinateconversion-custom If you're offering multiple apps to users, you could define a different starting format in the CC widget for each app, which is how I assume the event would work, because if you close the app and then reopen it, there isn't an event that would help with that. Am I understanding the scenario correctly?
... View more
01-11-2022
11:14 AM
|
0
|
0
|
8055
|
|
POST
|
Hi @GregoryBologna, I made a quick test app and I can see the vertical scroll bars on a Samsung Galaxy s10. What device are you using? Can you test this app on your mobile device? https://codepen.io/noash/full/poWxJgJ
... View more
01-10-2022
07:20 AM
|
0
|
0
|
1650
|
|
IDEA
|
Hi @JonasDePelsmaeker, thanks for posting here. Can you describe the use case for this functionality? How would this help your workflow or app?
... View more
01-10-2022
07:06 AM
|
0
|
0
|
8087
|
|
POST
|
Hi @LucasScharenbroich, I haven't encountered this scenario before. Would it be possible for you to share the routing service endpoint so I could do some testing? You could also message me directly if you don't want to share it on this post (if it's publicly accessible). Does it also use a custom locator? It also may be possible that the 3x app overrides the travelMode, making it valid. If that's the case, you should be able to set the current travelMode using this property on the DirectionsViewModel: https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Directions-DirectionsViewModel.html#selectedTravelMode
... View more
01-10-2022
06:49 AM
|
0
|
0
|
5509
|
|
POST
|
It's probably possible, but not recommended to mix 3x and 4x in the same project. I'd like to learn more about your use case though. Why do users need the option of choosing between two routing services? And why change them on-the-fly as opposed to making the choice up front? Have you tried having 2 Directions widgets?
... View more
01-07-2022
07:35 AM
|
0
|
1
|
1920
|
|
POST
|
Hi @Ranga_Tolapi, this is a known issue that will be fixed at the next release (4.23). It should also be ready to test on next soon: https://github.com/Esri/feedback-js-api-next
... View more
01-07-2022
07:09 AM
|
0
|
0
|
2552
|
|
POST
|
Ok, if those methods aren't working, then it's probably reading the metadata from the route service upon load, and then even if you change the route service, the widget would need to be destroyed and recreated to honor the updated settings. I'm not sure if we solved this in 4x yet, but we are putting most of our resources in 4x development currently, and we have a lot of exciting plans for Directions and Routing in 4x coming soon.
... View more
01-07-2022
07:06 AM
|
1
|
1
|
1923
|
|
POST
|
Did you try the property I suggested? https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#highlightEnabled
... View more
01-07-2022
07:01 AM
|
1
|
0
|
1594
|
|
POST
|
Hi @GregoryBologna, unfortunately, that is a known issue that will be fixed at the next release (4.23).
... View more
01-06-2022
11:36 AM
|
0
|
3
|
4195
|
|
POST
|
Hi @GregoryBologna, unfortunately, that is a known issue that will be fixed at the next release (4.23). For loading a custom/local font, there is more information here: https://developers.arcgis.com/javascript/latest/labeling/#featurelayer-csvlayer-and-streamlayer and here: https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#fontsUrl
... View more
01-06-2022
11:35 AM
|
1
|
0
|
4005
|
|
POST
|
Yes, Neighborhood is there in the Address Fields, but that is for multiline input, and that doesn't mean you can search on them from the Search widget. There are 2 input types for geocoding: multiline and singleline. The Search widget only uses singleline, and suggestions only work with singleline anyway. For this to work with the Search widget, you would need to publish or configure a custom locator service. I would suggest that you use the Create Locator tool in ArcGIS Pro with the “Neighborhood” role. Here is more information on that process: https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/introduction-to-custom-locators.htm You could also use the locator class and build your own UI, instead of using the Search widget. Here is a tutorial that walks you through the basics: https://developers.arcgis.com/javascript/latest/find-places/ Unfortunately, I think these are your available options. There might be a clever way to overwrite the getResults() and getSuggestions() methods, but I don't know for sure if this would work. https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-LocatorSearchSource.html#getResults
... View more
01-06-2022
11:28 AM
|
1
|
1
|
1771
|
|
POST
|
Does clicking the pin enable a popup? If so, I think you can turn the popup highlighting off: https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#highlightEnabled If not, what does clicking on a pin do? What does active mean?
... View more
01-06-2022
06:42 AM
|
0
|
2
|
1609
|
|
POST
|
Does it work if you add a valid font family? I assume that's the missing piece. font: { family: "arial", size: 12, weight: "bold" } https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol.html#font
... View more
01-06-2022
06:36 AM
|
1
|
1
|
2719
|
|
POST
|
My hunch is that IdentityManager requires POST requests via https. Since the app is being run over http to localhost, this is being prevented. https://developers.arcgis.com/javascript/latest/api-reference/esri-identity-IdentityManager.html Can you try hosting the app somewhere over https?
... View more
01-05-2022
11:14 AM
|
0
|
1
|
1175
|
| 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
|