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

Consider openmaptiles for storing offline maps, rendering #6367

Open
thousandsofthem opened this issue Dec 16, 2018 · 2 comments
Open

Consider openmaptiles for storing offline maps, rendering #6367

thousandsofthem opened this issue Dec 16, 2018 · 2 comments
Labels
Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning

Comments

@thousandsofthem
Copy link

https://openmaptiles.org/

OpenMapTiles Vector Tile Schema:
https://openmaptiles.org/schema/
https://github.com/openmaptiles/openmaptiles

It makes sense to use something designed for speed - data is split in chunks in a way only relevant bits can be fetched (basically mimicking raster tiles)

  • waaay faster
  • even in a browser: https://openmaptiles.github.io/
  • pre-built infrastructure, including tooling, docs, styles etc
  • is an open standard
  • have pre-built renderer (no idea about java/android one though)

Downsides:

  • Map size. Not the most compact format probably
  • Routing. Don't think openmaptiles can help here, at all. separate graph for roads should work though
@vshcherb vshcherb added the Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning label Jan 19, 2019
@thousandsofthem
Copy link
Author

openmaptiles does have android app:

https://play.google.com/store/apps/details?id=com.klokantech.osm2vectortiles

@juliusvonkohout
Copy link

The Android applications is amazing and even online rendering is so much faster than current osmand. It is almost at Google maps level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning
Projects
None yet
Development

No branches or pull requests

3 participants