|
POST
|
I understand that when you hit this url http://services.arcgisonline.com/ArcGIS/rest/services/?f=pjson directly on the browser, it works just fine. However, it does not work when you use it through the proxy. Did you try hitting this url using a browser on the server machine where the proxy is hosted? It looks like the server machine where the proxy is hosted is not able to communicate with the remote resource. This could happen if the firewall is blocking the communication or if there are any other network configurations that are blocking the communications with specific external urls.
... View more
01-20-2016
05:27 PM
|
0
|
8
|
3368
|
|
POST
|
This forum post ArcGISLocalTiledLayer Zooming Question is related and the answer may help
... View more
01-20-2016
04:41 PM
|
1
|
0
|
743
|
|
POST
|
You can use the ShapefileFeatureTable class. This allows a shapefile to be opened and displayed in a map by using a FeatureLayer. ShapefileFeatureTable | ArcGIS Android 10.2.7 API Also, here is some sample code developer-support/runtime-android/add-shapefile-as-featurelayer/java/com/arcgis/android/samples/maps/shapefilesample at …
... View more
01-15-2016
03:59 PM
|
1
|
0
|
1341
|
|
POST
|
Feel free to take a look at the following. Access feature data in the cloud—ArcGIS Runtime SDK for Android | ArcGIS for Developers You can just replace the url to the feature service with your feature service that will point to a postgre database. Also the following might be helpful for starting with ArcGIS API for Android Hello World - This is the most basic sample arcgis-runtime-samples-android/HelloWorld at master · Esri/arcgis-runtime-samples-android · GitHub Sample Code - This is a document that describes how to access all our Android samples Android Sample Code Home | ArcGIS for Developers
... View more
01-08-2016
10:12 AM
|
1
|
0
|
777
|
|
POST
|
There is an Android sample which shows how to customize the UI of a popup which may help. Popup UI Customization | ArcGIS for Developers
... View more
12-31-2015
03:11 PM
|
1
|
0
|
551
|
|
POST
|
You can create a service that references data from the postgre database and then use this service in your Android application. Please take a look in the documentation below for the supported geodatabase formats Supported geodatabase formats—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
... View more
12-31-2015
02:58 PM
|
0
|
0
|
777
|
|
POST
|
It looks like the service that you are trying to do is not sync enabled and this is why it is not possible to download the runtime geodatabase. If you open the working service (Wildfire) and scroll down at the very bottom, you will notice that one of the supported operations is "Create Replica". This operation is missing from the AssessmentAppeals but is necessary in order to be able to create the runtime geodatabase. The following documentation explains more about preparing your data for offline use Prepare data for offline use—Documentation (10.3 and 10.3.1) | ArcGIS for Server
... View more
12-31-2015
02:27 PM
|
1
|
0
|
712
|
|
POST
|
This is a known limitation, there is an enhancement request logged for it [ENH-000087304 - Symbology from MapService and FeatureService published with a same layer has different sizes rendered on Mapview.] and we are currently working on that.
... View more
12-31-2015
02:13 PM
|
1
|
0
|
656
|
|
POST
|
If your question is not answered, please feel free to log a ticket with Technical Support so that we can research and see how we can enhance this functionality.
... View more
12-31-2015
02:07 PM
|
1
|
0
|
598
|
|
BLOG
|
Please consider the following before deciding to use the current release of vector tile layers:
Learn more about vector tile layers here. Julie P. - Technical Product Manager, ArcGIS API for JavaScript |