You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
While updating the TPK for this sample, I found that the sample does not behave as expected. This sample should prompt the user to select either a local or online basemap. However, the sample currently does not prompt the user.
The text was updated successfully, but these errors were encountered:
The doc is a bit confusing, but I think there are 2 possibilities
The author of the online web map doesn't specify a default local basemap filename to use
In order to use the local tile package, we need to set instead of get this property, i.e. let url = Bundle.main.url(forResource: "{path_to}/naperville_imagery", withExtension: "tpkx"), then set the filename and directory accordingly, i.e.
While updating the TPK for this sample, I found that the sample does not behave as expected. This sample should prompt the user to select either a local or online basemap. However, the sample currently does not prompt the user.
The text was updated successfully, but these errors were encountered: