|
POST
|
Hi Tracy Schloss That is weird. I tested this and I can see the issue. But are you sure that if the address is correct? because I tried searching on Google and Bing Maps and none of them were able to find it. It is weird that Google also gives the same suggestions but does not show that on the map. Is the address you are searching for is a recently developed property or a place? If that is the case then it may not show on the map as the data behind may not be correct. Also, this may be determined by how the suggestions work and they might be picking up the data you have typed and the closest match that FindAddressCandidate can find. You can make another Test: On that same sample Zoom out of the map so that you are on world level. Search the Address "102 Westwood Blvd, Fulton, MO" DO NOT select the suggestion INSTEAD hit enter or search button. You will see that the geocoder will not be able to find this address and instead will go to the Fulton, Mo City. If you remove the "102" and hit enter, it will work. Another reason why there is a difference between selecting suggestions and pressing enter is the MagicKey. The magicKey is a unique key that is associated with every suggestion address. While the actual FindAddressCandidates only returns the highest scoring candidates. Let me know what you think. Thanks, Akshay
... View more
01-28-2016
05:14 PM
|
1
|
0
|
2492
|
|
POST
|
Hi Tracy Schloss, I am not sure if you are talking about World Geocoder service or a search within feature layer. If you are searching in World Geocoder and trying to input an address, it will give you suggestions in the dropdown box. If you choose one of those suggestions which looks correct and goes to an inaccurate place then there might be something wrong with Either Suggest Task or FindAddressCandidates Task. There are several network requests that is made for Suggestions to show (depending on the number of suggestion) and the FindAddressCandidates is the one that will trigger zooming in to the location which either can be triggered by clicking one of the suggestion (Will send suggested String to this task) Or it can be triggered by pressing enter/Search button (which will send the typed text to the FindAddressCandidates). If you are clicking the suggested result and the Zoomed address is incorrect then we may have some problem. Please send the address or screenshots of the issue here. Pardon me if this is not the issue. Thanks, Akshay
... View more
01-28-2016
01:31 PM
|
0
|
3
|
2492
|
|
POST
|
Jeff, I see what you are saying. I checked out featureTable API Reference and looks like there isn't anything to control the display if the date value is null-able. There is something called dateOptions but there has to have a date to use that and format it. Let me see what I can do. Thanks, Akshay
... View more
01-12-2016
10:53 AM
|
0
|
2
|
2368
|
|
POST
|
Hi Jeff, I believe they have fixed this bug in Server 10.3 and above. There are few things you might want to check. 1) your server version 2) Check if the field is set to not null-able. 3) If you have imported the date filed for older shapefile into database and published it to server. If anything doesn't work then try using a string field instead of Date. Thanks, Akshay
... View more
01-11-2016
01:27 PM
|
0
|
4
|
2368
|
|
POST
|
Hi Jeena, I put together a sample here. You can check this out. InfoWindowFloatingPane - JSFiddle See if that helps. Thanks, Akshay
... View more
12-31-2015
04:47 PM
|
1
|
0
|
1864
|
|
POST
|
Hi Michael, That might be possible. It may have taken the default date when you imported your data from original GDB. Thanks, Akshay
... View more
12-31-2015
09:57 AM
|
0
|
0
|
1178
|
|
POST
|
Hi Palanisamy, From the description above I feel that the previous selection or Graphics are not cleared before the next selection is being made. Try using map.graphics.clear() or featureLayer.clearSelection() method before you select the next feature. Let me know if that works. Thanks, Akshay
... View more
12-29-2015
05:01 PM
|
1
|
2
|
1712
|
|
POST
|
Hi Michael Matela, I am not what is different but I would like to ask you what is the version of ArcGIS For Server you are using? If you are using your own feature service. I remember there was an issue for ArcGIS Server Pre 10.1 that it will default it to that date. Let me know. Thanks, Akshay
... View more
12-29-2015
04:54 PM
|
0
|
2
|
1178
|
|
POST
|
Hi Mike Crook, The Beta version does not have all the widgets included in it. Even if you can access the module it may not work properly. Further versions of Beta will add more widget to the API. As of now, widgets that you can see in API Reference of Beta 2 are the only ones that are working. Check under widgets at Index | API Reference | ArcGIS API for JavaScript. I will strongly recommend that you use the Beta Versions for Proof of Concept and testing. Let me know if that helps. Thanks, Akshay
... View more
12-01-2015
04:52 PM
|
0
|
0
|
1979
|
|
POST
|
Hi Alex, Currently it is not possible to make dynamic layer offline using JavaScript application. Dynamic layer generates the tiles at server end as per the request and essentially needs a connected environment. As of now JavaScript API cannot read .mpk files or .geodatabase files directly from your machine like Runtime applications which are basically windows applications. I am not sure how heavy your symbology is but you should be able to render it on client. Thanks, Akshay
... View more
11-05-2015
03:07 PM
|
0
|
0
|
763
|
|
POST
|
Hi abu khan, I was wondering if you have tried using dojo Floating pane? You can use this to open floating panel. dojox.layout.FloatingPane — The Dojo Toolkit - Reference Guide You can also check the attached sample to see how this can work. Thanks, Akshay Harshe
... View more
11-05-2015
02:47 PM
|
0
|
0
|
785
|
|
POST
|
Hi David, As I mentioned, this widget is still in BETA so as of now it does not work with the legend in the same widget you can check the note in the link I provided in my previous reply. NOTE: A legend is not included along side each layer. Use the Legend widget for displaying information about the layers. Toggling of map services, KML and WMS sublayers outside of the widget is not supported, in addition to sublayers that are out of scale range. As of now I do not have that information if there are plans of including a legend in the layerlist widget. But I believe that can be a good enhancement. Thanks, Akshay
... View more
10-07-2015
09:20 AM
|
1
|
1
|
1979
|
|
POST
|
Hi Mike, I understand you are willing to have some knowledge about implementing a Table of Content list in the 4.0 API. I believe we we have a widget that is currently available for that in 3.14. If you haven't had a chance to check this out before. Please have a look at LayerList Widget here: LayerList | API Reference | ArcGIS API for JavaScript. Just bear in mind that this widget is still in Beta and may have some unfixed bugs. As of now this is not available in 4.0 Beta1. Does that answer your questions? Let us know if you have any specific questions about starting out on your own for implementing that in 4.0 I will try making some suggestions if possible. Thanks, Akshay
... View more
10-05-2015
04:38 PM
|
0
|
5
|
1979
|
|
POST
|
Hi Sandeep, Is this something you are looking for? arcgis-runtime-samples-dotnet/DistanceFromGeometry.xaml at master · Esri/arcgis-runtime-samples-dotnet · GitHub Thanks, Akshay
... View more
07-08-2015
08:45 AM
|
0
|
0
|
1309
|
| 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
|