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

Map sharing implementation #22

Open
penguin86 opened this issue Jan 24, 2023 · 0 comments
Open

Map sharing implementation #22

penguin86 opened this issue Jan 24, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@penguin86
Copy link
Owner

@tacruc implemented a system to share maps (including favorites) with other users in the nextcloud maps app.

He says:

So the way the Sharing works is actually via the files app.
So you create a custom map, all info required for this map is stored in the folder. Therefore sharing the folder gives other users access to the map. The id of the custom map is the folderId of the corresponding folder.
So for your bookmap app, we could either add the mapId to the rest API. For sharing the api for files can be used.
Or you load the geojson file stroing the favorites via the android files app.

This issue is to implement the sharing feature on this app.

@penguin86 penguin86 added the enhancement New feature or request label Jan 24, 2023
@penguin86 penguin86 self-assigned this Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant