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

garmin/openstreetmaps support #3

Open
GoogleCodeExporter opened this issue Jul 1, 2015 · 2 comments
Open

garmin/openstreetmaps support #3

GoogleCodeExporter opened this issue Jul 1, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

We need to add garmin and openstreetmaps formats support.
Garmin reading and rendering isn't a problem through libgarmin.

Open questions:

1. Vector data rendering library. Cairo produces high-quality output, but it 
not very fast. Antigrain is too "C++"

2. Library for OSM format support.

Original issue reported on code.google.com by dn.sme...@gmail.com on 30 Oct 2009 at 9:22

@GoogleCodeExporter
Copy link
Author

Cairo, я думаю, пойдет. Или OpenGL. Обе 
поддерживают аппаратное ускорение. Можно
рендерить в буфер, а при пересовке брать 
pixmap из буфера.
Формат OSM-чистый xml. В качестве 
референосного рендерера можно посмотреть 
на osmarender.

Original comment by dmitry.p...@gmail.com on 30 Oct 2009 at 11:29

@GoogleCodeExporter
Copy link
Author

Сейчас я при рендеринге дорог из гармина 
поверх старых карт как раз использую кайро, 
рендер идет в RGBA буфер. На нем, наверное, и 
остановлюсь.

Насчет OSM - если не изменяет память, там был 
и некий бинарный формат. Который 
использует, например, navit. С ним работать 
быстрее, чем с XML.

Original comment by dannie....@gmail.com on 30 Oct 2009 at 11:42

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

1 participant