|
POST
|
I agree with your opinion Kristian Ekenes. Also, documentation is not very clear on explaining details about autoSelect.
... View more
07-07-2015
03:32 PM
|
0
|
0
|
1966
|
|
POST
|
Hi Jeff, I agree with Kristian. Also, If we look at AutoSelect function specifically, I don't think we can log a bug against that because this function is dependent on FindAddressCandidate task's results and on correct results this works completely fine. The suggestions given in the box below are result of the Suggest task and actual address is returned by the FindAddressCandidates. If you are writing a specific address and you hit ENTER button you are not selecting the suggestion, instead, It will always give a priority to the text that you have typed in the box (Even if it is spelled incorrect) over what is the first suggestion and send that to the FindAddressCandidate. So, I might not see this as bug, It will probably just by design. Kristian Ekenes can you provide some insight on that. Also, if you type the address that you have given( "1021 N Grand Ave E, Sp") in GOOGLE Maps and hit ENTER button it will not select the first suggestion and will behave identically returning no results. If you want it to customize and add a behavior like that I would recommend checking out Suggest-Results event. You may be able to get the first value and complete the search box on "TAB" Button click leaving the enter button to function as it is. Let me know your thoughts. Thanks, Akshay
... View more
07-07-2015
02:03 PM
|
0
|
0
|
1966
|
|
POST
|
Derek, I am just giving an example.. adding 10000 is just too much deviation. You will need to figure out how and where you want to move the point it can be just -10 or anything. This is not really efficient which is why I said you will not be able to determine which is the other side of the road. The best option is to get the address on the other side of the road somehow . Can you explain your workflow little bit? I can try to make a suggestion if I can! Thanks, Akshay
... View more
07-07-2015
01:38 PM
|
0
|
1
|
1691
|
|
POST
|
Hi Everyone, Here is something that might get you started. Esri/sencha-touch-map-checkin-js · GitHub Many of these repositories are managed and developed by our developers if you have any issues specific to them please submit an issue in GitHub. I hope this will serve you well. Thanks, Akshay Esri Technical Support.
... View more
07-07-2015
11:03 AM
|
0
|
0
|
1277
|
|
POST
|
Hi Derek, It is really difficult to offset the searched point to left or right of the street. And there is no out of the box functionality like that. However, as Josh suggested you are able to use onSearchResults event to modify the geometry of the located point. You Turn the autoNavigate and tweak the resulting geometry something like following then set extent as needed. s.on("search-results", function (evt){
console.log("x Coordinate is : " + evt.results[0][0].feature.geometry.x + " Y Coordinate is : " + evt.results[0][0].feature.geometry.y);
evt.results[0][0].feature.geometry.x = evt.results[0][0].feature.geometry.x + 10000;// Tweak the geomery here.
evt.results[0][0].feature.geometry.y = evt.results[0][0].feature.geometry.y + 10000;
console.log("NEW x Coordinate is : " + evt.results[0][0].feature.geometry.x + " NEW Y Coordinate is : " + evt.results[0][0].feature.geometry.y);
}); Let me know if this helps. Thanks, Akshay Harshe Esri Technical Support.
... View more
07-07-2015
09:45 AM
|
1
|
4
|
1691
|
|
POST
|
If the application loads and data doesn't show up and you know you haven't touched the code, may be check if all your services are working directly at the REST endpoint and your application has access to it. This can be a potential security issue. Do you have any other error on the console in developer tools?
... View more
05-22-2015
08:30 AM
|
0
|
0
|
3388
|
|
POST
|
You are welcome Chris. Let me know if you have any questions.
... View more
05-22-2015
08:24 AM
|
0
|
0
|
1926
|
|
POST
|
Hi, Few things to remember When you write esriConfig.defaults.io.proxyUrl = "http://YourDOMAINName/proxy/proxy.ashx"; make sure you use the domain name from you are using the application to access your proxy. If you write "localhost" then make sure you access your application via "localhost". Also, there was some programmatic error in the code that I Fixed please see the file attached. Make sure you configure your proxy.config file correctly.(with Username and password for the referenced urls). I am assuming that you know credentials to access THIS content or the content you are using. If you haven't had a chance to configure your proxy then please follow instructions on our blog: Setting up a Proxy | Support Services Blog See the attached modified code. I haven't gone through the entire code but it not just gives Token required error. If this isn't the issue, let me know how I can repro this. Thanks, Akshay
... View more
05-21-2015
04:14 PM
|
1
|
2
|
1926
|
|
POST
|
Hi, I am not sure why this would happen. Is there any sample or application I can test with? Thanks, Akshay
... View more
05-21-2015
03:11 PM
|
0
|
0
|
3388
|
|
POST
|
Are you logged in to the same browser window somewhere else?
... View more
05-13-2015
08:47 AM
|
0
|
2
|
1341
|
|
POST
|
Sorry, Which image after screen 3? I can see just 3 images Screen 1,2 and 3.
... View more
05-12-2015
09:25 AM
|
0
|
4
|
1341
|
|
POST
|
Hi shafi trumboo, Thanks for reaching out. Correct me if I am wrong but you want to know why your application asks you to log in or /approve the user id you are using when you are already logged in to ArcGIS online? And by that you mean it is a second prompt for you to log in to the same account.
... View more
05-11-2015
05:23 PM
|
0
|
6
|
2849
|
|
POST
|
Hi Andrew, Thanks for bringing that to our attention and thanks Ken for providing a workaround. I have submitted a bug against this and added suggested workaround. I hope this will get fixed soon. Here is the bug# for your reference BUG-000086608 Reorder layers in map service sample works incorrectly when all layers are turned off. Please find the attached sample. Thanks Akshay
... View more
04-02-2015
12:56 PM
|
0
|
0
|
1546
|
|
POST
|
Hi Subbu, I am not sure if you have had a look at bookmarks widget. let me know if following sample works for you Store bookmarks client side | ArcGIS API for JavaScript Thanks, Akshay H
... View more
01-15-2015
04:20 PM
|
0
|
0
|
720
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 2 | 06-14-2026 03:36 PM | |
| 1 | 06-12-2026 08:17 AM | |
| 1 | 06-11-2026 09:19 AM | |
| 3 | 06-10-2026 01:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|