Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Map available offline #42

Closed
5 tasks
doneill opened this issue Mar 13, 2014 · 2 comments
Closed
5 tasks

Make Map available offline #42

doneill opened this issue Mar 13, 2014 · 2 comments

Comments

@doneill
Copy link
Contributor

doneill commented Mar 13, 2014

Provide feature and workflow for viewing maps when offline.

Feature

  • Taking basemap offline
  • Set a reasonable extent such that the user does not have to select Tile Levels as all levels below extent should be taken by default.

Workflow
User initiated

  • Add a icon and text in the drawer
  • The app will use the existing extent as candidate for offline.

Auto

  • App automatically caches areas where the user has been. There will be a defined limit on space and saved to app data space. These tiles will be private to the app and should be placed in the directory returned by Context.getExternalFilesDir then the system will take care of deleting if the app is uninstalled. With Android 4.4 we can use getExternalCacheDir().
@doneill doneill added this to the Future Release milestone Mar 13, 2014
@doneill doneill modified the milestones: Summer 2014 Release, Future Release Mar 13, 2014
@doneill doneill modified the milestones: Future, Summer 2014 Release, Research Jun 3, 2014
@doneill
Copy link
Contributor Author

doneill commented Jun 3, 2014

#27 and #7 related to this research

@doneill doneill modified the milestones: v-10.2.3-uc, Research Jun 28, 2014
@doneill doneill self-assigned this Jul 2, 2014
@doneill doneill modified the milestones: Future, v-10.2.3-uc Jul 13, 2014
@doneill doneill changed the title Implement Offline Capabilities Make Map available offline Jul 29, 2014
@mikewilburn mikewilburn removed this from the Future milestone Jun 8, 2017
@fallsdownhill
Copy link
Contributor

To get an example of the offline usage, you can use this app instead: https://github.com/Esri/mapbook-android

It's unlikely that offline functionality will be added to this app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants