Skip to content

Commit

Permalink
updated the version of the ArcGIS toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
psch committed Jun 22, 2020
1 parent d938ae4 commit b942147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
}

dependencies {
implementation 'com.esri.arcgisruntime:arcgis-android:100.8.0'
implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.8.0'
implementation 'com.esri.arcgisruntime:arcgis-android:100.6.0'
implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.6.1'
//implementation files('D:\\paula\\Documents\\NotFun\\Studium\\6.Semester\\Arcgis sdk experiment\\arcgis-runtime-toolkit-android\\arcgis-android-toolkit\\build\\outputs\\aar\\arcgis-android-toolkit-100.7.0-debug.aar')
implementation fileTree(dir: 'libs', include: ['*.jar'])

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/paula/nativeAppNew/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private void addFeatureLayer(ArcGISScene mScene) {
serviceFeatureTable.queryFeaturesAsync(queryParams, ServiceFeatureTable.QueryFeatureFields.LOAD_ALL);
// add feature layer(s)
FeatureLayer featureLayer = new FeatureLayer(serviceFeatureTable);
featureLayer.getSceneProperties().setSurfacePlacement(LayerSceneProperties.SurfacePlacement.RELATIVE_TO_SCENE);
featureLayer.getSceneProperties().setSurfacePlacement(LayerSceneProperties.SurfacePlacement.RELATIVE);

// set the feature layer to render dynamically to allow extrusion
featureLayer.setRenderingMode(FeatureLayer.RenderingMode.DYNAMIC);
Expand Down

0 comments on commit b942147

Please sign in to comment.