Open pauldendulk opened 6 years ago
Purpose: Mapsforge seems like a nice compact format for storing global OSM vector data, for example my new GPS device (Wahoo Elemnt Bolt) has 2GB of global vector tiles on level 8. Let's see if we can use this format in .NET environments too (Unity, Mapsui).
Roadmap: Step 1: decoding Mapsforge Binary Map File Format, specs: https://github.com/mapsforge/mapsforge/blob/master/docs/Specification-Binary-Map-File.md
After that visualization and maybe encoding too.
mapsforge's license is LGPL, yours is MIT. You are not going to use their code, only their specification?
yep only using the spec, just like MapBox vector tiles
There is some work done on mapsforge by @charlenni. Maybe that is relevant.
@charlenni ah great thanks
Could you explain a bit more about the purpose of the project and it's roadmap?