|
POST
|
Hey Sindre, Have you seen our samples for Hydrographic layers? HitTest/Identify is also shown there.
... View more
01-15-2015
03:46 AM
|
0
|
0
|
2303
|
|
POST
|
Hey Keith, When you install SDK, it installs Visual Studio Extension that you can use to build the deployment. See Create an ArcGIS Runtime deployment—ArcGIS Runtime SDK for .NET | ArcGIS for Developers for more details.
... View more
01-15-2015
03:42 AM
|
1
|
0
|
991
|
|
POST
|
Can you repost the picture, I cannot see anything when opening it. Can you enable some http-sniffing tool like Fiddler and get the traffic requests for me, please? Does all the computers are using same graphic cards with same drivers?
... View more
01-15-2015
03:02 AM
|
0
|
6
|
5609
|
|
POST
|
Does layers does initialize without any errors on also on the comps that doesn't show the map? If I understood correctly, this occurs only in windows store emulator? have you tried if Desktop version works?
... View more
01-15-2015
02:36 AM
|
0
|
9
|
5610
|
|
POST
|
Hey, Can you verify if the SDK installs to those machines? Or is it the application that doesn't work? What version of visual studio you are using?
... View more
01-15-2015
02:29 AM
|
0
|
11
|
5610
|
|
POST
|
Can you provide a repro with data so I can have a look?
... View more
01-08-2015
09:15 AM
|
0
|
0
|
1483
|
|
POST
|
Hey, Have you checked sample? How are you storing the TPK, remember that Windows Store has limited access to the hard drive.
... View more
01-08-2015
08:03 AM
|
1
|
2
|
1483
|
|
POST
|
Hey, Depending on the scenario you can use create Swatches from the symbol to create image from it (provide geometry type as a parameter) or check Legend and SymbolDisplay controls. If you can tell me a bit more on the scenario, i might be able to help a bit more.
... View more
01-06-2015
07:45 AM
|
0
|
0
|
2698
|
|
POST
|
Hey, How are Character Marker Symbol defined in the FeatureService JSON after you publish it? Text symbols should work, i suppose that you have already checked the sample. Can you create a simple reproducer for me to test the functionality?
... View more
01-06-2015
03:46 AM
|
0
|
3
|
2702
|
|
POST
|
Hey and happy new years, Have you played with updateInterval parameter in SyncGeodatabaseAsync methods? By setting it smaller value, it might help with the performance if the amount of moved objects are relatively small. That value is used to check if the synchronization is completed (defaults to 30 seconds if i remember correctly) so setting it smaller will generate check more often (each check generates one HTTP call) but will help reduce overhead that is waited after the operation is finished which leads faster finish.
... View more
01-06-2015
03:34 AM
|
0
|
1
|
1213
|
|
POST
|
Happy new year and sorry for late response. Depending on the use, MVVM style interaction between MapView - ViewModel can vary. But here are some ideas: Requesting point from the map : If you need to request point from the map you can either use Editor class directly from your ViewModel or you can use MapViewTapped event. Depending on the use case, either one can work very well. One way to define what to use is if you are "requesting a geometry" (use Editor) or you have "a continuous operation" like identify (MapViewTapped) but that's just an example. Sometimes you might have both going on the same time and one way to ignore MapViewTapped in this case is to check if Editor.IsActive and return if it is on MapViewTapped handler. Other events / functions : if you need to access MapView from ViewModel (ie. to use HitTest) you can follow "ViewServices" concept. I shared a bit different implementation (but similar approach) on DevSummit 2014 that you can see from here. Both of these works well and doesn't violate MVVM pattern since there is no direct reference to the View in ViewModel. Please note that repo is not updated to latest. - MapViewService : abstracts communication between ViewModel and MapView - Sample how to use it. Let me know if that helped at all.
... View more
01-05-2015
04:10 AM
|
2
|
1
|
3342
|
|
POST
|
At the moment settings get reset but you can change values after you wait layers loaded. // wait until all layers are loaded await MyMapView.LayersLoadedAsync(); HydrographicS52DisplayProperties.Default.ViewGroupProperties.Soundings = false; // changes
... View more
12-17-2014
02:12 AM
|
0
|
0
|
957
|
|
POST
|
You can do it changing MapView.MapBackground definition <esri:MapView x:Name="MyMapView"
LayerLoaded="MyMapView_LayerLoaded">
<esri:MapView.MapBackground>
<esri:MapBackground GridColor="Transparent"/>
</esri:MapView.MapBackground>
<esri:Map >
<esri:ArcGISDynamicMapServiceLayer ID="Basemap"
ServiceUri="http://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer"/>
</esri:Map>
</esri:MapView>
... View more
12-16-2014
09:48 AM
|
2
|
1
|
1625
|
|
POST
|
If you are using FeatureLayers from geodatabase, you execute QueryAsync against your layer with SpatialQueryFilter. See sample : arcgis-runtime-samples-dotnet/FeatureLayerSelection.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · GitHub
... View more
12-10-2014
09:31 AM
|
0
|
0
|
812
|
|
POST
|
I think that most of us (if not all) are using Update 4.
... View more
12-10-2014
04:21 AM
|
0
|
0
|
2460
|
| 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
|