|
POST
|
As a workaround, can you hold onto the MapView in a var somewhere that you know it won't get deleted?
... View more
03-28-2018
10:27 AM
|
0
|
1
|
1621
|
|
POST
|
I don't have any suggested workarounds at the moment, but I can reproduce the crash. Can you please log a support case with Esri support so we can get a official bug logged? Thanks -Luke
... View more
03-27-2018
09:10 AM
|
0
|
2
|
1621
|
|
POST
|
Thanks for the explanation. I'll pass your request on, but if you can log a support request with Esri Support or your distributor (if non-US), that would be the official way to submit an enhancement request.
... View more
03-27-2018
08:43 AM
|
1
|
0
|
1138
|
|
POST
|
There is currently no way to force bilinear interpolation for locationToElevation. As for the raster issue, that does not sound correct. Are you saying your raster has elevation data but it displays flat?
... View more
03-19-2018
06:28 AM
|
1
|
2
|
1138
|
|
POST
|
All graphics and layers in a scene are currently included in the viewshed/line of sight analyses. We are looking into adding ways to exclude certain elements from the analysis for a future release.
... View more
03-14-2018
12:27 PM
|
0
|
0
|
1608
|
|
POST
|
Are you referring to the QtLocation plugin? I think this could maybe be a generic shapefile implementation not tied to any specific provider (Esri, Here, Mapbox, etc)
... View more
03-14-2018
12:20 PM
|
0
|
1
|
6346
|
|
POST
|
We included it with our 10.2.6 installation, but it probably exists in several locations on the web. Here is one location that should work - arcgis-runtime-demo-java/Topographic.tpk at master · Esri/arcgis-runtime-demo-java · GitHub
... View more
03-14-2018
12:14 PM
|
0
|
0
|
866
|
|
POST
|
Currently any graphic in the SceneView will be used in the Line of Sight or Viewshed analysis. We are considering adding a way to exclude graphics. Once we have that, you should be able to add the cylinder with a text symbol.
... View more
03-14-2018
12:06 PM
|
0
|
0
|
1156
|
|
POST
|
Unfortunately, those types of properties are not accessible at the moment either.
... View more
01-25-2018
07:07 AM
|
0
|
1
|
2039
|
|
POST
|
Getting the raster's footprint is not something we currently support. The extent will be the best option that we have at the moment.
... View more
01-23-2018
03:22 PM
|
0
|
0
|
2039
|
|
POST
|
I tried your code with a sample service (and modifying the field name), and it works for me. Can you give it a try? If that works, does your expression accurately reflect the name of your field, and not an alias or something? // create the layer
ServiceFeatureTable* ft = new ServiceFeatureTable(QUrl("http://sampleserver6.arcgisonline.com/arcgis/rest/services/DamageAssessment/FeatureServer/0"), this);
FeatureLayer* fl = new FeatureLayer(ft, this);
// create the label definition
QString labelDefJSON = "{";
labelDefJSON += "\"labelPlacement\" : \"esriServerPointLabelPlacementAboveRight\",";
labelDefJSON += "\"labelExpressionInfo\" :{";
labelDefJSON += "\"expression\" : \"$feature.typdamage\" },";
labelDefJSON += "\"symbol\" : {";
labelDefJSON += "\"type\": \"esriTS\",";
labelDefJSON += "\"font\" : { \"family\": \"Arial\", \"size\" : 11,\"weight\" : \"bold\"}";
labelDefJSON += "}";
labelDefJSON += "}";
LabelDefinition* labelDefinition = LabelDefinition::fromJson(labelDefJSON, this);
fl->setLabelsEnabled(true);
fl->labelDefinitions()->append(labelDefinition);
m_map->operationalLayers()->append(fl);
// Set map to map view
m_mapView->setMap(m_map);
... View more
01-23-2018
03:14 PM
|
0
|
1
|
1291
|
|
POST
|
Hi Norbert- we are not aware of any issues. Could you try putting together a simple test case and logging a bug with tech support so we can take a look? Thanks a lot!
... View more
01-23-2018
02:55 PM
|
0
|
1
|
1035
|
|
BLOG
|
Hi Norbert, I modified the project to switch out MapView to SceneView, and here are my results: You can't yet scale the arrow/line on the client side, although you could change it in Pro, and have you style file contain several different sizes. We are hoping to start supporting client side modification (and creation) of these types of complex symbols soon in ArcGIS Runtime.
... View more
01-23-2018
02:52 PM
|
0
|
0
|
1600
|
|
POST
|
Regarding the MXD, ArcGIS Runtime does not open this file format. Rather, you can open the MXD in ArcMap/Pro, and create a web map, map service, mobile map package, etc, and then open that data in ArcGIS Runtime. Regarding your graphic issue, the layers draw in the order specified, so if you are adding a new graphics layer to your map, addLayer will add your layer to n+1, where n is the length of the layer list. If you want to control z order of the layers, you could instead use insertLayer.
... View more
01-23-2018
02:34 PM
|
0
|
1
|
1499
|
|
POST
|
Hi Troy - No samples currently, as there isn't much you can do with it. It is basically the basemap in a mobile map package, but we don't have any properties/methods for modifying it. Do you have a workflow you are looking to use this layer type for?
... View more
01-23-2018
02:30 PM
|
0
|
0
|
958
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 05-27-2026 09:52 AM | |
| 1 | 11-24-2025 10:45 AM | |
| 1 | 07-30-2025 08:26 AM | |
| 1 | 05-15-2025 07:35 AM | |
| 2 | 11-26-2024 01:27 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-17-2026
07:54 AM
|