|
POST
|
Hi Adam, Thank you for catching this. Was this submitted to Tech support as bug yet? We can take a look at it.
... View more
10-16-2015
09:19 AM
|
0
|
0
|
1405
|
|
POST
|
Hey Bryce, Is the Shapefile being directly read from your device? Unfortunately, labeling isn't supported yet in this use case. This is coming in the next major release, Quartz.
... View more
10-15-2015
05:15 PM
|
0
|
2
|
1070
|
|
POST
|
Hi Bryce, Our apologies for not being as diligent as we could be in moderating this forum. Yes, we do want to know how our customers are getting on with our products, and we want to be of assistance as much as we can be. Thank you for bringing this up!
... View more
10-15-2015
12:47 PM
|
0
|
1
|
1253
|
|
POST
|
For the OSM tiles offline, you'd need to obtain the tiles yourself somehow and then implement your own tile handler, in much the same way that this sample here does it: Local MBTiles | ArcGIS for Developers For the offline routing, you can take your network dataset and side-load it to your device and use the RouteTask API to find routes, as described in this section of the guide: Finding a Route—ArcGIS Runtime SDK for Android | ArcGIS for Developers I hope this is helpful to you.
... View more
10-12-2015
05:39 PM
|
1
|
0
|
926
|
|
POST
|
Hi Jakob, At the 10.2.3 release of ArcGIS Runtime SDK for Qt, we deprecated Linux 32-bit support. The announcement was stated in the deprecation plan here: http://downloads2.esri.com/support/TechArticles/W32809_DEPRECATION_PLAN_FOR_ARCGIS_10_3_and_10_2_x__022715_without_10_1_… This decision came after some extensive research and customer surveys and feedback (or lack thereof). If there are serious concerns about this from our existing user base, we want to hear from you. We apologize for any current inconvenience this is causing you.
... View more
09-30-2015
10:28 AM
|
0
|
0
|
929
|
|
POST
|
Hi Adam. Thank you for this. Yes, we do not recommend any other version of HttpClient other than the one that is shipped as a dependency with the API. For obvious reasons, like this one. We can only test and certify what we ship with, unfortunately. Keep in mind that the HttpClient libs are being updated in the next major release of the SDK, coming in 2016.
... View more
09-28-2015
08:51 AM
|
0
|
0
|
980
|
|
POST
|
Hi Adam. Yes, we are working on this for the next major release. Thank you for mentioning this!
... View more
09-28-2015
08:48 AM
|
1
|
2
|
2189
|
|
POST
|
So, you are doing this: JPanel contentPane = new JPanel(new BorderLayout()); Try: - creating the BorderLayout explicitly. - add the JMap to the center of the BorderLayout. - Add the BorderLayout to the JPanel. for example: contentPane.setLayout (theBorderLayoutWithJMap)
... View more
09-22-2015
02:12 PM
|
0
|
0
|
1174
|
|
POST
|
Sorry for my late reply! You already know about Quartz, I think. You can get the Beta and read all about it from these resources... ArcGIS for Java (Quartz Beta) | ArcGIS for Developers Quartz Beta 1 is Now Available! | ArcGIS Blog Quartz Architecture Deep Dive | ArcGIS Blog
... View more
09-20-2015
03:03 PM
|
1
|
0
|
1669
|
|
POST
|
This is an interesting question. The Network Analyst discussion forum would be a great place to ask this one. I'm sure you will get some great recommendations from there. Good luck!
... View more
09-20-2015
02:53 PM
|
0
|
0
|
644
|
|
POST
|
"Runtime content" should not be creating .MPK files. It CAN create TPKs, but not MPKs. Are you certain you didn't accidentally select "File->Share as->Map package" ?
... View more
09-14-2015
01:50 AM
|
0
|
0
|
707
|
|
POST
|
No, permissions should not be a problem. The device does have an SD card?
... View more
09-10-2015
08:27 AM
|
0
|
0
|
1786
|
|
POST
|
Cool! However, be aware that this approach (replacing the httpclient) is not an officially-supported scenario. So be careful!
... View more
09-10-2015
06:10 AM
|
0
|
0
|
1152
|
|
POST
|
You should be able to get the FeatureTable from the FeatureLayer after it is loaded. Have you tried something like this?: long count = feature_layer.getFeatureTable().getNumberOfFeatures();
... View more
09-09-2015
12:43 PM
|
1
|
0
|
852
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-13-2017 11:47 AM | |
| 1 | 12-28-2016 03:30 PM | |
| 1 | 06-15-2018 10:13 AM | |
| 1 | 04-26-2015 09:53 AM | |
| 1 | 06-12-2018 01:57 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|