|
POST
|
Can you elaborate on what you mean by "We are also generate token with (Client : Request Ip) from rest services but this time we never connet these services from qml api."? Are you saying you also see the same issue from using this method?Are you saying that the Runtime API works intermittently when you have to provide credentials (fails randomly)?
... View more
06-15-2016
02:27 PM
|
0
|
2
|
1148
|
|
POST
|
Yes, this should work. A couple of key points: The map takes on the spatial reference of the first layer added, so if you first add a tiled map service layer that is in WKID 102100, that is what your Map will now be in (just like how the data frame in ArcMap behaves) If you add in a FeatureLayer pointing to a Feature Service, it'll automatically request features be returned in the spatial reference of the map. So if your first layer is in 102100, and you add a feature layer pointing to a feature service in 4326, it'll request the features be returned from the server in 102100, and should then display on the map There is no need to set the spatial reference of the feature table like you are doing in the above code. The layer will figure out what the map's spatial reference is, and automatically request features to be returned in that spatial reference. - Luke
... View more
06-15-2016
08:55 AM
|
1
|
1
|
1284
|
|
BLOG
|
I'm happy to share with you all that we are nearly complete with our release certification of ArcGIS Runtime SDK for Qt (Quartz Beta 1). We expect to have the release available for you to download next week. We are very excited for this release, and we hope that you all are just as excited to test out the new features and the newly designed API. Here are a few of the highlights that you all have to look forward to: 3D Vector Tiles Mobile Map Packages Webmaps (Read/Create/Edit/Save) Suggestions in Geocoding Support for C++ Qt Quick apps, where the UI is in QML and backend is in C++ (this is huge if you're a C++ dev that needs to create mobile apps or wants to use QML for UI instead of Widgets!) C++ Qt Quick supports means that our C++ API is now supported on all of the same platforms as QML (Win, Mac, Linux, iOS, Android) We expose many more model types that can be directly plugged into views (ex: Layer List Models, Legend Models, etc), making creation of UI components massively simpler Samples will be available on GitHub The API reference now integrates better with Qt Creator (all of our C++ and QML classes/types can be viewed directly in Qt Creator by hitting F1, just like any other Qt type) Watch Geonet and the ArcGIS blog for the official announcements next week, which will contain more details on what to expect, and how to access the beta from the Early Adopter Community. We hope you will be able to take some time to try out the new SDK and give us feedback, so that we can make sure the final release will contain everything you need to be productive and continue building amazing apps. Keep up the great work everyone! We eagerly await your feedback. Cheers, Luke
... View more
06-14-2016
05:32 PM
|
1
|
0
|
1536
|
|
POST
|
This unfortunately looks like a bug in our 10.2.6 release. Once we bring GP into our Quartz release, we will have this working properly.
... View more
06-14-2016
03:52 PM
|
0
|
1
|
1049
|
|
POST
|
If you set a definition expression on the layer, the map should automatically update the view to show only the features that match the definition expression. Can you post some code that shows what you are trying to do but doesn't work?
... View more
06-14-2016
09:12 AM
|
0
|
1
|
1246
|
|
POST
|
You'll likely need to use some Facebook APIs to do this- it isn't built into our API at all. I found a few repos on Github. Maybe worth looking into? GitHub - GMaxera/QtFacebook: Code for use Facebook SDK from C++ and Qt Quick 2 in Qt 5 projects targeted on mobile devic… GitHub - SfietKonstantin/qfb: A Facebook library implemented in Qt GitHub - vplayplugins/FacebookSample: Sample project for Qt 5 V-Play Facebook Plugin
... View more
06-09-2016
12:26 PM
|
1
|
0
|
813
|
|
POST
|
You should be able to just set the definition expression on the feature layer - ArcGIS Runtime SDK for Qt QML API: FeatureLayer Class Reference
... View more
06-09-2016
12:23 PM
|
1
|
0
|
748
|
|
POST
|
Can you first set the x/y offset, then set the rotation? Does that give you the result you are looking for?
... View more
06-02-2016
01:53 PM
|
0
|
1
|
820
|
|
POST
|
Yes, there will be a CompositeSymbol class, but we will not yet have it done for our beta release in a few weeks.
... View more
06-01-2016
09:26 AM
|
1
|
0
|
1230
|
|
POST
|
Yes, that's right. We have looked into building for arm to support this, but currently do not. I'll take note of the interest, but it would be great if you could contact your account manager or distributor and express interest so we can gather the use case and requirements.
... View more
06-01-2016
09:23 AM
|
0
|
0
|
1548
|
|
POST
|
We only release 64 bit Linux for 10.2.6. Out of curiosity, do you just need generic 32-bit Linux, or is there something special that you need to make this work?
... View more
05-31-2016
11:26 AM
|
0
|
0
|
1548
|
|
POST
|
The code looks fine and should work no problem. Maybe it can't find the PNG? Try giving it an online URL like this just to make sure that isn't the problem - http://static.arcgis.com/images/Symbols/AtoZ/redB.png
... View more
05-31-2016
11:19 AM
|
0
|
0
|
2235
|
|
POST
|
Are you setting the mode to Enums.AutoPanModeNavigation, or just the "AutoPanModeNavigation" string?
... View more
05-27-2016
12:40 PM
|
0
|
0
|
1535
|
|
POST
|
Did you develop your own custom position plugin? Or are you just using the out of the box plugin? Just curious because of the "MyPlugin" name specified. Otherwise, seems like it should work. Does the Position display sample in the QML sample app work for you? What platform are you on?
... View more
05-27-2016
09:15 AM
|
0
|
2
|
1535
|
| 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
|