|
POST
|
Have a look to this https://github.com/Esri/arcgis-runtime-demos-dotnet/tree/master/src/TurnByTurn demo. Especially SayMessageControl on Windows Phone project.
... View more
09-27-2016
10:00 AM
|
2
|
0
|
1278
|
|
POST
|
Hi, Please provide a simple reproducer that surfaces the issue as well as feature service definition.
... View more
09-27-2016
03:27 AM
|
0
|
0
|
1089
|
|
POST
|
My take is that you have Prefer 32-bit set in the second application properties which makes it trying to run the app in 32 bit mode. I would assume that if you build the app using Any CPU and Prefer 32-bit on, runtime tries to use 32 bit version. If you build the application directly to 64 bit, that doesn't have same issue.
... View more
09-15-2016
02:05 AM
|
0
|
1
|
1003
|
|
POST
|
If I understood correctly, you get signed in ok to the portal that you are using and get portal and user information but when you try to create the offline export, it gives an error?
... View more
09-13-2016
02:24 AM
|
0
|
0
|
754
|
|
POST
|
Yes, I was talking about Quartz and it's scheduled to be out quite soon. I cannot give exact date but 'upcoming months'.
... View more
09-09-2016
06:57 AM
|
0
|
1
|
2546
|
|
POST
|
Hi Jenifer, There are known issues with this in 10.2.6 and 10.2.7. Basically it's not possible to store geometries with Z values through ServiceFeatureTable directly. You should be able to store features without Z like is defined in a workaround in 10.2.6 doc. If you need to add Z values at the moment, you need to use /applyEdits endpoint directly described in dicussion about M values which also relates to Z values. We are sorry for the inconvenience and we are looking forward to support this in next major release.
... View more
09-09-2016
01:36 AM
|
1
|
0
|
2546
|
|
POST
|
Could you provide me the code that you are using so I can have look what's going on?
... View more
09-09-2016
01:08 AM
|
0
|
10
|
2482
|
|
POST
|
What do you mean by Service Layer? I assume that you have ServiceFeatureTable which has ServiceInfo about the backing Feature Service on the server. To show features in a map you would be using FeatureLayer that points to that ServiceFeatureTable (can be found from FeatureTable property in a FeatureLayer). FeatureLayer is the part that is responsible of showing the data (view) where the FeatureTable is handling the communication between the service and the client. If you have bound your control which is changing the Map.Layers collection you should have access to all layers in the map including FeatureLayers. Have a look on layer list sample too.
... View more
09-09-2016
12:22 AM
|
0
|
0
|
2263
|
|
POST
|
Yep, that's the way. Remember that you can dynamically add / remove layers too but just make sure that the tpk is rendered below the ENC on top of it. (read: lower index in layers collection).
... View more
09-08-2016
09:44 AM
|
0
|
12
|
2437
|
|
POST
|
You can use any number of layers in your map where they might be hydrographic, tile layers (local or online), feature layers etc.. Just make sure that you have all the data in the same Spatial Reference since we don't support multiple spatial references in a one MapView/Map. When using TPKs make sure that you data from the area and all the scales you want to show. Read more about creating tile packages from http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-arcmap/about-tile-packages.htm
... View more
09-08-2016
12:17 AM
|
0
|
14
|
2437
|
|
POST
|
You can work with GraphicsOverlays (On top of MapView.Map.Layers preferred way) or using GraphicsLayers (inside of MapView.Map.Layers collection) to add custom object to the MapView. Have a look samples in https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/Desktop/ArcGISRuntimeSamplesDesktop/Samples/GraphicsLayers
... View more
09-07-2016
01:19 AM
|
0
|
16
|
2437
|
|
POST
|
FeatureLayer derives from layer class and it is there. Curious why you aren't able to see it then.
... View more
09-07-2016
01:14 AM
|
0
|
2
|
2263
|
|
POST
|
You should use NormalizeCentralMeridian utility when WrapAround is enabled.
... View more
09-07-2016
01:10 AM
|
1
|
0
|
970
|
|
POST
|
Magnifier should work out of the box with touch devices. You can turn it on and off by using MapView.ShowMagnifierOnTapAndHold property.
... View more
09-07-2016
01:06 AM
|
0
|
0
|
832
|
| 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
|