|
POST
|
Yves, in this sample, we dig into the returned object for the graphic associated with the click event using 'e.graphic'. you're unable to do the same? heres a conceptual article that details the differences between the objects returned by on style event listeners and connect style event listeners https://developers.arcgis.com/en/javascript/jshelp/inside_events.html
... View more
12-02-2013
06:31 AM
|
0
|
0
|
3244
|
|
POST
|
as per the documentation here, ie11 has not been certified as a 'supported' browser yet.
... View more
11-27-2013
08:28 AM
|
0
|
0
|
1711
|
|
POST
|
@frederick, i wouldn't expect to see this fix in an ArcGIS Server release or Service Pack because the problem is that the JavaScript API itself fails to send the appropriate request. that being said, I took a look at the status of this issue and you are correct that it has yet to be resolved.
... View more
11-25-2013
06:25 AM
|
0
|
0
|
2206
|
|
POST
|
i'd start by using the inspector tool in Chrome (or equivalent) to see what CSS rules are being applied to the problematic dom nodes. if you can supply a simplified sample pointing at public services, that would probably be helpful too.
... View more
11-22-2013
02:43 PM
|
0
|
0
|
560
|
|
POST
|
one easy way to add support for toggling through multiple overlapping features would be to use our Popup Widget. you can find a link to the same class in the API reference here.
... View more
11-22-2013
12:53 PM
|
0
|
0
|
896
|
|
POST
|
are you saying that technique provided by the code you supplied works when a proxy isn't in place? why would you ever have to POST your Export Map request?
... View more
11-21-2013
12:04 PM
|
0
|
1
|
7151
|
|
POST
|
if either the web server hosting a resource on another domain does not support CORS, or the client browser does not support CORS, a proxy will be required to POST information to the second web server. our ASP.NET and other proxies are a straightforward implementation to channel those requests 'unimpeded'. they include a configuration file so that you can define a whitelist of servers you would actually forward traffic to so that it is more difficult for someone to hijack your proxy and make requests to an unknown server. our proxy.config also provide the capability to append tokens to requests for secure resources, but if no token information is supplied for a particular resource, the original request is forwarded as is.
... View more
11-21-2013
10:31 AM
|
0
|
0
|
7151
|
|
POST
|
if you want to create your token on the client, what purpose would the proxy serve?
... View more
11-21-2013
08:50 AM
|
0
|
0
|
7151
|
|
POST
|
no harm in hacking on the widget, but i just wanted to throw it out there that PrintTask is the object in API for developers who want to get more fine grained control of their UI.
... View more
11-20-2013
06:30 AM
|
0
|
0
|
1289
|
|
POST
|
Sachin, thanks for taking the time to confirm the resolution. im glad to hear the mystery is solved!
... View more
11-19-2013
12:06 PM
|
0
|
2
|
2183
|
|
POST
|
thanks for taking the time to explain your steps. i guess i'm still not sure what you mean by 'from a query', but i can definitely understand the trouble of working with a growing domain. if it would be helpful, perhaps you could use a gp tool like table to domain as some sort of scheduled task instead of entering items manually?
... View more
11-19-2013
07:41 AM
|
0
|
0
|
2568
|
|
POST
|
glad to hear you got yourself sorted. i finally got a chance to take a deeper look at this and i wasn't able to reproduce the error you described when a spatial query is passed to a feature layer in selection mode that returns a multipart polygon geometry. check out this fiddle and if possible, let me know what needs to change to show the problem.
... View more
11-19-2013
06:58 AM
|
0
|
0
|
2011
|
|
POST
|
i apologize if im missing something, but if you defined a domain for the appropriate field in the feature layer itself, wouldnt the editor widget pick up on it and show corresponding descriptions to users automatically?
... View more
11-18-2013
01:08 PM
|
0
|
0
|
2568
|
|
POST
|
you definitely need a clientside graphic in order to 'snap'. tiled and dynamic map service layers request and display images from ArcGIS Server, while FeatureLayers, the results of Query, Identify, Find etc. display retrieved JSON geometries as graphics instead.
... View more
11-15-2013
06:11 AM
|
1
|
0
|
1021
|
|
POST
|
very strange. what happens when you add the layer to the map viewer in ArcGIS online?
... View more
11-14-2013
12:02 PM
|
0
|
0
|
2183
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-16-2014 02:35 PM | |
| 1 | 03-15-2013 04:25 PM | |
| 1 | 06-01-2016 10:51 AM | |
| 1 | 12-28-2015 04:46 PM | |
| 1 | 12-28-2015 05:26 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|