Skip to content

Commit

Permalink
hold off on building out a new wizard for feature layers
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark118 committed Jul 27, 2023
1 parent d228575 commit b6540dd
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1842,18 +1842,7 @@ public void showMapIcons() {
ViewAnimation.rotateFadeIn(settingsIcon, 200);
layerFab.show();
}

/**
* Launches a wizard to create a new feature layer in the given geopackage
*
* @param geopackageName The name of the geoPackage.
*/
private void newFeatureLayerWizard(final String geopackageName) {
// NewTileLayerUI newTileLayerUI = new NewTileLayerUI(geoPackageRecycler, this,
// this, getActivity(), getContext(), this,
// geoPackageViewModel, this, geopackageName);
// newTileLayerUI.show();
}


/**
* Launches a wizard to create a new tile layer in the given geopackage
Expand Down

0 comments on commit b6540dd

Please sign in to comment.