|
POST
|
Yeah it seems like this is a bug. The work around I am using at the moment is manually adding the graphic to the maps graphic layer using the 'select-result' event. I just have to grab the symbology from the layers render before I add it. Not a big deal but definitely a bug. Ill get in contact with Esri to report the bug. Thanks for the help Robert!
... View more
04-05-2017
11:03 AM
|
0
|
0
|
1270
|
|
POST
|
I do see what you are saying. I actually noticed the Has Geometry Properties: false also. Ill be a little more specific about how I reproduced it. If you change the source to the congressional districts layer rather than searching using all then you get no highlight graphic. However if you do this above steps while using the regular (non-vector) base map then you do get a highlight graphic. The point marker comes up if you are searching all sources because of the world geocoder but all my uses don't include this. So selecting the source congressional districts specifically removes the geocoder and then reproduces my issue. Another way of reproducing my issue in the sample is to set the sources to a blank array first. var sources = []; edit: here are photos with the results for vector and non vector base maps
... View more
04-05-2017
10:35 AM
|
0
|
2
|
1270
|
|
POST
|
I have come across an issue when using the search widget with a vector base map. For some reason when zooming to the result in my case a polygon the highlight graphic doesn't show up. This is even the case in the search multiple sources example in the 3.x api samples. Open the sample in sandbox then switch base map to "topo-vector" then search using any source that isn't the geocoder and the result graphic doesn't display. Is this a known issue? Just to clarify I am using the 3.x api at the moment.
... View more
04-05-2017
09:55 AM
|
0
|
5
|
1823
|
|
POST
|
Got it! Thank you! That makes sense. I appreciate the response!
... View more
04-14-2015
01:23 PM
|
0
|
0
|
2074
|
|
POST
|
Okay I understand that part but when I switch the search widget to search all sources at once the placeholder switches to "Search address or place". That is what I wanted to change. I did it easy enough by selecting the dom element by id but I just wanted to see if there was an out of the box way to change the placeholder when the widget is searching all sources at once.
... View more
04-14-2015
10:38 AM
|
0
|
2
|
2074
|
|
POST
|
How do you change the placeholder text for the new Search Widget. I understand how to do it per source but when searching multiple sources at once I can't seem to find a property to set the placeholder text that would replace the "Search address or place" text. Any help would be appreciated. This is the search widget I am referring to. https://developers.arcgis.com/javascript/jsapi/search-amd.html Edit: In the meantime I can use this to set it but I think there should be a property for this somewhere. document.getElementById('search_input').placeholder Thanks, Isaiah
... View more
04-13-2015
04:29 PM
|
0
|
6
|
7670
|
|
POST
|
Thank for the quick responses. I am coming from the JS API and was trying to use FeatureLayer with GeodatabaseFeatureServiceTable but I couldn't even get the points to draw with this setup. I am thinking it is because it does not honor the definitionExpresion I am inputting and without it there are a lot of points to try and draw. I switched to the ArcGISFeatureLayer and all of the points draw but still no honoring of the definitionExpression. So I guess I have two questions. Is there a specific method to execute in order to set the definition expression on a GeodatabaseFeatureServiceTable or ArcGISFeatureLayer? My current method is not working. Current Method: GeodatabaseFeatureServiceTable {
id: incidentServiceTable
url: "http://servername/arcgis/rest/services/servicename/MapServer/0"
definitionExpression: "Day = 0"
} What is the difference between FeatureLayer and ArcGISFeatureLayer? Still not sure which one I should use with my point layer mapservice. In the JS API there was FeatureLayer but it seemed setup more like the QML ArcGISFeatureLayer. Plus it seems like ArcGISFeatureLayer is the only one that allows my points to draw on the map. Any more help would be greatly appreciated! Thanks, Isaiah
... View more
03-19-2015
11:22 AM
|
0
|
1
|
1183
|
|
POST
|
Is there a setDefinitionExpression method for the QML API for feature layers? I only see the method under the C++ API ref. Is there no way to do this in QML?
... View more
03-19-2015
10:30 AM
|
0
|
4
|
4701
|
|
POST
|
Hello, I am currently trying to implement User based authentication in a cordova based javascript application. I have done this numerous times in a normal web app using this method. OAuth Basic | ArcGIS API for JavaScript My problem now is because the cordova app is not technically accessible through a URL I do not know how to properly set the redirect uri on my requests so I can return to my app once the authentication is complete. I am not even sure this is possible but any insights would be greatly appreciated. Thanks, Isaiah
... View more
02-03-2015
10:40 AM
|
0
|
0
|
4100
|
|
POST
|
Unfortunately I think I am in the out of luck section. The "second page" as you put it is just a new browser tab that displays the attachment image from ArcGIS Online. I am not sure how to go about modifying this in any way besides modifying the attachment URL that is loaded, I am going to have to try and investigate this further. Thanks, Isaiah Aguilera
... View more
12-03-2014
10:04 AM
|
0
|
0
|
1524
|
|
POST
|
Hello, I have been developing a mobile application that is utilizing some secured services from ArcGIS.com. I have been able to access them pretty easily using app login described in this link. https://developers.arcgis.com/javascript/jshelp/tutorial_sharing_maps_secure_layers.html However I noticed that although the layers authenticate and display on the map properly the attachment links within the standard popup window open another tab and then display a token required page rather than the image or attachment. At this point I am unsure exactly how to proceed. I imagine I would need to somehow append a token to the attachment url which is easy enough however I am unsure of how to properly obtain the token or if that is even how to do it the right way. Any help would be appreciated. Thanks, Isaiah Aguilera
... View more
11-26-2014
01:10 PM
|
0
|
2
|
4307
|
|
POST
|
When developing mobile apps using the Esri API for JavaScript I can't help but notice that the base map (especially topo) looks incredibly blurry compared to the rest of the application. Is there an option for a higher dpi base map that will not look scaled and blurry next to the high quality svg graphics that the rest of the app is using? I apologize if I am missing something I just keep thinking that there has to be an option for a higher quality map for high resolution mobile displays. Thanks, Isaiah Aguilera
... View more
11-03-2014
10:43 AM
|
0
|
0
|
845
|
|
POST
|
Ana, I'm sorry I want able to get back to you sooner! I'm glad everything worked out for you! Thanks, Isaiah Aguilera
... View more
10-17-2014
03:51 PM
|
0
|
0
|
1447
|
|
POST
|
I have had similar issues to this one. What I would try is to call the resize method and the reposition method AFTER the changes to the map window have been made. The trick is to let the map know it has been moved or resized after the moving and resizing have been done. You could even put a delay on the calls by 500ms to insure that the map div is resized and moved before the methods are called. Something like this.
setTimeout(function(){
map.reposition();
map.resize();
}, 500);
Hope this helps! Isaiah Aguilera
... View more
10-16-2014
11:17 AM
|
0
|
2
|
1447
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-28-2018 05:23 PM | |
| 1 | 10-17-2019 05:08 PM | |
| 1 | 02-25-2020 02:42 PM | |
| 1 | 12-18-2018 09:17 AM | |
| 1 | 01-25-2018 08:08 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-29-2021
12:06 PM
|