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

Add support for content:// URIs on Android #3179

Open
Inky-developer opened this issue Jan 25, 2025 · 0 comments
Open

Add support for content:// URIs on Android #3179

Inky-developer opened this issue Jan 25, 2025 · 0 comments

Comments

@Inky-developer
Copy link

Is your feature request related to a problem? Please describe.
MapLibre has support for loading file URIs (file://), but for my use case I only have access to a content URI, because I want to stream map data from one app to another.

Describe the solution you'd like
MapLibre should be able to additionally read content:// URIs on Android.

Describe alternatives you've considered

Alternative solutions:

  • Read a content uri and copy the data into a temporary file which has a file:// URI. Has a lot of overhead though, because the mapdata have to be copied
  • Don't use content:// URIs at all and instead use a localhost server. A lot more complex to set up and might require some additional permissions.

Additional context
Add any other context or screenshots about the feature request here.

@louwers louwers added enhancement New feature or request and removed enhancement New feature or request labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants