|
POST
|
Norbert- That exact function isn't there, but there is probably something that will replace the functionality. What are you trying to do? If you want to se the initial extent of where the map starts, use setInitialViewpoint on the Map. If you want to limit how far the user can zoom in/out, use the setMinScale and setMaxScale functions on the Map. - Luke
... View more
01-30-2017
08:54 AM
|
1
|
5
|
2285
|
|
POST
|
You are correct. Labeling is currently limited to turning on and off with some automatic conflict detection, and that is about it. The best thing to do is to log a support case and ask to log an enhancement request. Give them your use case and requirements so they can add the information to the request. - Luke
... View more
01-27-2017
12:06 PM
|
0
|
0
|
1485
|
|
POST
|
Couple of things. Do you use a proxy server in your organization? If so, there is a little settings icon that will let you setup the application to work with a proxy. If that is a non issue, could you try navigating to one of the offline samples, like Search > Offline Geocode. That one should use all offline data, so no online services will be used. It would be interesting to see if it is only the samples that use online data work or not. However, this sample will attempt to download that data, so it is possible that would not work either.
... View more
01-25-2017
01:26 PM
|
0
|
1
|
1669
|
|
POST
|
Hey Mark- It is not possible currently. This is because the FeatureLayer currently uses the implementation of the GraphicsOverlay in "static" rendering mode. However, static mode stays oriented with the screen and does not rotate along with the map. We are planning on eventually allowing the FeatureLayer to be displayed in either "static" or "dynamic" mode, similar to GraphicsOverlay. Dynamic mode rotates with the map, so this would give you the behavior you are asking about. - Luke
... View more
01-25-2017
01:20 PM
|
0
|
3
|
1485
|
|
POST
|
Norbert- If you were using a FeatureTable to store your data, you could use queryFeatures and provide a spatial filter in the QueryParameters. But the GraphicsOverlay does not have such a method. Instead, you would need to come up with an algorithm similar to what you suggest.
... View more
01-25-2017
01:07 PM
|
1
|
0
|
933
|
|
POST
|
Well, since the GeodatabaseSyncTask class inherits from RuntimeObject, it has an "error" signal - ArcGIS Runtime SDK for Qt QML API: RuntimeObject Class Reference This passes through a RuntimeError. In theory, the error should be emitted through this signal, and you should be able to print out the description of the error. Hopefully that is what is happening here, but you never know. If you find a scenario where you aren't getting errors through this signal, but an operation fails silently, then this is likely a bug.
... View more
01-18-2017
01:55 PM
|
0
|
1
|
1200
|
|
POST
|
That was a workaround I was thinking of too, but it seemed potentially troublesome. You could manage 2 separate geodatabases. But I think that could get pretty tricky with making sure you were editing the correct one, and if you queried features, to know if you should query from the one you are editing or the one you are getting updated attachments from.
... View more
01-18-2017
12:03 PM
|
0
|
1
|
1547
|
|
POST
|
This doesn't quite help you right now, but in version 100.0 of ArcGIS Runtime, you can set the attachment sync direction on the GenerateGeodatabaseParameters. There is the option to only allow upload - Enums.AttachmentSyncDirection enumeration | ArcGISQtQML 100.0 As for the second part, I'm not sure how you would accomplish that. As for how the REST endpoint is setup right now, you can only specify whether to return attachments or not, as well as the attachment sync direction. On one hand, you are saying you want to be able to upload only, but on the other hand, you want to be able to download as well in certain circumstances. Maybe there could be an enhancement to the feature service where you can provide a where clause in the sync parameters to only get updates from features that match a where clause, or something like that.
... View more
01-18-2017
07:33 AM
|
1
|
3
|
1547
|
|
POST
|
FYI for Runtime v 100.0, the labeling support is still very basic. An upcoming release of Runtime will likely have a proper labeling API which will allow for fine grained control, but we aren't there yet. You could create graphics with TextSymbols, but depending on the amount of features, I think this could get out of hand pretty quickly. However, it is by all means possible, and some people do it successfully, depending on the use case.
... View more
01-18-2017
07:20 AM
|
1
|
1
|
1084
|
|
POST
|
I think this might be a duplicate of https://community.esri.com/thread/163630
... View more
01-17-2017
01:14 PM
|
0
|
0
|
1142
|
|
POST
|
Norbert- Seeing that you can share a single Symbol with multiple Graphics (one to many), you have a few options with PictureMarkerSymbol: - Create one PictureMarkerSymbol with QImage and share that symbol between graphics - Create SimpleRenderer with symbol as PictureMarkerSymbol using QImage and apply to GraphicsOverlay If this does not work, can you please provide an example to show the issue you are seeing? Based on the description, I think one of these 2 options might work for you. - Luke
... View more
01-17-2017
01:13 PM
|
2
|
1
|
1678
|
|
POST
|
Lee- The release notes explain the high level changes and additions - Release notes for 100.0—ArcGIS Runtime SDK for Qt | ArcGIS for Developers. Please note that this release is an entirely new generation of the SDK, similar to how the JavaScript API recently released the 4.0 release. With this, there are many fundamental changes that go beyond different names of classes. The release notes cover the high level changes between the 10.2.x generation and 100 generation. - Luke
... View more
01-10-2017
12:14 PM
|
0
|
2
|
2043
|
|
POST
|
Thanks for the feedback Jonathon. We are planning on supporting x86 Android with ArcGIS Runtime 100.1.
... View more
01-06-2017
08:59 AM
|
1
|
0
|
1723
|
|
POST
|
This is a known issue. Please use the constructor that takes a TileCache instead of a URL. - Luke
... View more
01-03-2017
07:14 AM
|
0
|
0
|
842
|
|
POST
|
To draw using Mil2525C, you just use the sic code like you did with the 10.2.6 release. We now support Mil2525b (change 2), Mil2525c, and Mil2525d. Please see the doc for DictionarySymbolStyle - DictionarySymbolStyle Class | ArcGISQtCpp 100.0 You specify the spec you want to use in the constructor, as well as the path to the appropriate style file.
... View more
12-27-2016
07:51 AM
|
0
|
0
|
2692
|
| 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
|