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

Drawing arbitrary GeoJSON on the map #1511

Open
Schlepptop opened this issue Oct 30, 2023 · 4 comments
Open

Drawing arbitrary GeoJSON on the map #1511

Schlepptop opened this issue Oct 30, 2023 · 4 comments
Milestone

Comments

@Schlepptop
Copy link

I would be interested in drawing arbitrary GeoJSON to the map by sending a new cmd.
What would be a good approach to implementing this?

@growse
Copy link
Collaborator

growse commented Oct 30, 2023

Are you looking to draw more complex regions, or are you thinking something else?

@Schlepptop
Copy link
Author

Schlepptop commented Oct 30, 2023 via email

@Schlepptop
Copy link
Author

I started tinkering with this, adding Maplibre as a mapping backend. I wonder if it would make sense to replace the Google and OSM maps with that alltogether, given that it's a very performant and open source framework.
Having a distinction between the Google and the FOSS build seems burdensome.

@growse
Copy link
Collaborator

growse commented Nov 6, 2023

Last I checked, MapLibre was just an open source library - the tiling backends were by no means free. It's an option for people who want to bring their own tiling API / credentials though, it'll just end up quite far down the to-do list.

Besides, some people want the Google Maps UI, and you can't ship that to F-Droid, so we'll always have multiple flavours to deal with that. There's other differences as well, apart from the mapping library.

@growse growse added this to the Backlog milestone Nov 6, 2023
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

2 participants