|
POST
|
I would have a look if changing the spatial relationship on the second query changes the outcome. I think you should be able to use Intersects in this case.
... View more
04-14-2016
03:51 AM
|
0
|
0
|
651
|
|
POST
|
Have a look on following samples. Hope they will help. - https://developers.arcgis.com/net/sample-code/GraphicsMapTips - https://developers.arcgis.com/net/sample-code/FeatureLayerMapTips
... View more
04-14-2016
03:44 AM
|
0
|
3
|
1652
|
|
POST
|
Hi, Have you looked guide documentation that talks about the workflows and shows examples how to do the editing? https://developers.arcgis.com/net/desktop/guide/editing.htm
... View more
04-08-2016
06:26 AM
|
0
|
1
|
1750
|
|
POST
|
Looks like the service that you are using is secured and you haven't signed in in the application before synchronization call. My guess is that you have cached credentials in the browser so it wont ask it.
... View more
03-03-2016
08:12 AM
|
0
|
0
|
720
|
|
POST
|
Have a look on the guide topic of displaying a map. That shows how you can create multiple layers in to the Map.Layers collection. Just create first the basemap that you want to use under the tiled layer and then create the local tile layer.
... View more
03-03-2016
08:11 AM
|
0
|
0
|
1035
|
|
POST
|
Hi Anil, Could you describe what you are trying to do in a bit more detail. You have your own TPK that you want to show in a ArcGISLocalTiledLayer? Behind that you would like to show another basemap layer? Is that also a local tiled layer?
... View more
03-01-2016
11:55 AM
|
0
|
0
|
1035
|
|
POST
|
Hi, Can you create a simple reproducer that would get the issue surfaced?
... View more
03-01-2016
11:50 AM
|
0
|
0
|
861
|
|
POST
|
Just for the ZoomIn and ZoomOut functionality, you can create 2 buttons and call MapView.ZoomAsync(double) to invoke to zoom. If you give a value larger than 1 ie 1.5 then it zoom in and if the value is less than 1 ie 0.5 then it zoom out. ie. await MapView.ZoomAsync(1.5);
... View more
02-25-2016
09:28 AM
|
3
|
4
|
3631
|
|
POST
|
Hi, Could you be more exact what kind of information you are looking for? Samples, Guide documentation and API reference should give fairly good idea how to work with the SDK. If you have more detailed questions how to do something specific functionality, please let me know. Also have a look on our toolkit controls on GitHub. Here are some references: https://developers.arcgis.com/net/desktop/guide/guide-home.htm https://developers.arcgis.com/net/desktop/api-reference/ https://github.com/Esri/arcgis-runtime-samples-dotnet https://github.com/Esri/arcgis-toolkit-dotnet
... View more
02-25-2016
09:23 AM
|
0
|
5
|
3631
|
|
POST
|
Hi Jim, You should be careful when not using Task as a return type when using the await keyword. Async void is a "fire-and-forget" mechanism: the caller is unable to know when an async void has finished, and the caller is unable to catch any exceptions from it. The only case where this kind of fire-and-forget is appropriate is in top-level event-handlers. Every other async method in your code should return "async Task". https://channel9.msdn.com/Series/Three-Essential-Tips-for-Async/Tip-1-Async-void-is-for-top-level-event-handlers-only
... View more
02-19-2016
02:39 AM
|
0
|
1
|
1216
|
|
POST
|
Hi Aaron, Could you describe what is the use case and workflow in this use case?
... View more
02-12-2016
01:52 AM
|
0
|
1
|
2044
|
|
POST
|
Hi Joe, Could you send me a mail ([email protected]) where you describe the use case, workflow, current restrictions and how you would like to see it working?
... View more
02-05-2016
02:04 AM
|
0
|
0
|
2178
|
|
POST
|
Hi Cory, If you want explicitly control about the mapview navigation, here is a pointer Just disable interaction when needed and activate after the task is done. Hope that helps.
... View more
02-05-2016
01:42 AM
|
0
|
0
|
2706
|
|
POST
|
Just a fast update for this. This is in the backlog for implementation on the featureservice level and up.
... View more
02-03-2016
01:23 AM
|
3
|
1
|
4746
|
|
POST
|
Hi, Could you provide more details what you would like to achieve and I'll have a look on the options. Especially if the targeted functionality is tile or graphic based. cheers, Antti
... View more
01-28-2016
01:55 AM
|
0
|
1
|
2478
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-12-2014 03:52 AM | |
| 1 | 08-27-2015 03:47 AM | |
| 1 | 12-08-2014 09:58 AM | |
| 1 | 05-05-2015 10:19 AM | |
| 1 | 07-30-2015 08:43 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|